Browse Source

remove useless close function

Originally committed as revision 13204 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Baptiste Coudurier 17 years ago
parent
commit
ad0b44b31a
1 changed files with 0 additions and 6 deletions
  1. +0
    -6
      libavformat/swfdec.c

+ 0
- 6
libavformat/swfdec.c View File

@@ -190,11 +190,6 @@ static int swf_read_packet(AVFormatContext *s, AVPacket *pkt)
return 0;
}

static int swf_read_close(AVFormatContext *s)
{
return 0;
}

AVInputFormat swf_demuxer = {
"swf",
"Flash format",
@@ -202,5 +197,4 @@ AVInputFormat swf_demuxer = {
swf_probe,
swf_read_header,
swf_read_packet,
swf_read_close,
};

Loading…
Cancel
Save