提交 ad0b44b3 编写于 作者: B Baptiste Coudurier

remove useless close function

Originally committed as revision 13204 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 3b35f4ab
......@@ -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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册