From e7fd7b9aecc16150b445ddeb0baf251ef272ddbe Mon Sep 17 00:00:00 2001 From: Reimar Döffinger Date: Sun, 24 Aug 2008 14:02:55 +0000 Subject: Remove useless empty close functions in mmf and mm demuxers. Originally committed as revision 14944 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/mm.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'libavformat/mm.c') diff --git a/libavformat/mm.c b/libavformat/mm.c index 67d2a94bbb..347d8ebac2 100644 --- a/libavformat/mm.c +++ b/libavformat/mm.c @@ -175,11 +175,6 @@ static int mm_read_packet(AVFormatContext *s, return 0; } -static int mm_read_close(AVFormatContext *s) -{ - return 0; -} - AVInputFormat mm_demuxer = { "mm", NULL_IF_CONFIG_SMALL("American Laser Games MM format"), @@ -187,5 +182,4 @@ AVInputFormat mm_demuxer = { mm_probe, mm_read_header, mm_read_packet, - mm_read_close, }; -- cgit v1.2.3