mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
remove useless close funcs
Originally committed as revision 13835 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -607,13 +607,6 @@ static int ipmovie_read_packet(AVFormatContext *s,
|
||||
return ret;
|
||||
}
|
||||
|
||||
static int ipmovie_read_close(AVFormatContext *s)
|
||||
{
|
||||
// IPMVEContext *ipmovie = s->priv_data;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
AVInputFormat ipmovie_demuxer = {
|
||||
"ipmovie",
|
||||
NULL_IF_CONFIG_SMALL("Interplay MVE format"),
|
||||
@@ -621,5 +614,4 @@ AVInputFormat ipmovie_demuxer = {
|
||||
ipmovie_probe,
|
||||
ipmovie_read_header,
|
||||
ipmovie_read_packet,
|
||||
ipmovie_read_close,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user