Commit 191aac9a authored by bcoudurier's avatar bcoudurier

remove useless close function

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13204 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 9e1dc9b5
......@@ -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,
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment