Commit 0cf3fbc2 authored by Aurelien Jacobs's avatar Aurelien Jacobs

remove unused close function

Originally committed as revision 10746 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 269b94e3
......@@ -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,
};
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