diff options
Diffstat (limited to 'libavformat/mm.c')
-rw-r--r-- | libavformat/mm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mm.c b/libavformat/mm.c index cb0917a7ab..475930f84a 100644 --- a/libavformat/mm.c +++ b/libavformat/mm.c @@ -188,7 +188,7 @@ static int read_packet(AVFormatContext *s, return 0; } -AVInputFormat mm_demuxer = { +AVInputFormat ff_mm_demuxer = { "mm", NULL_IF_CONFIG_SMALL("American Laser Games MM format"), sizeof(MmDemuxContext), |