mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
remove useless close function
Originally committed as revision 13204 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
3b35f4ab51
commit
ad0b44b31a
@ -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…
Reference in New Issue
Block a user