diff options
Diffstat (limited to 'libavformat/siff.c')
-rw-r--r-- | libavformat/siff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/siff.c b/libavformat/siff.c index 3a0b9bb377..5219368f31 100644 --- a/libavformat/siff.c +++ b/libavformat/siff.c @@ -227,7 +227,7 @@ static int siff_read_packet(AVFormatContext *s, AVPacket *pkt) return pkt->size; } -AVInputFormat siff_demuxer = { +AVInputFormat ff_siff_demuxer = { "siff", NULL_IF_CONFIG_SMALL("Beam Software SIFF"), sizeof(SIFFContext), |