diff options
Diffstat (limited to 'libavformat/c93.c')
-rw-r--r-- | libavformat/c93.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/c93.c b/libavformat/c93.c index 033b36bd25..dbb2bf389e 100644 --- a/libavformat/c93.c +++ b/libavformat/c93.c @@ -192,7 +192,7 @@ static int read_packet(AVFormatContext *s, AVPacket *pkt) return ret; } -AVInputFormat c93_demuxer = { +AVInputFormat ff_c93_demuxer = { "c93", NULL_IF_CONFIG_SMALL("Interplay C93"), sizeof(C93DemuxContext), |