mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
remove unused close function
Originally committed as revision 10746 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
269b94e346
commit
0cf3fbc2ab
@ -258,13 +258,6 @@ static int ea_read_packet(AVFormatContext *s,
|
||||
return ret;
|
||||
}
|
||||
|
||||
static int ea_read_close(AVFormatContext *s)
|
||||
{
|
||||
// EaDemuxContext *ea = s->priv_data;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
AVInputFormat ea_demuxer = {
|
||||
"ea",
|
||||
"Electronic Arts Multimedia Format",
|
||||
@ -272,5 +265,4 @@ AVInputFormat ea_demuxer = {
|
||||
ea_probe,
|
||||
ea_read_header,
|
||||
ea_read_packet,
|
||||
ea_read_close,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user