Mercurial > libavformat.hg
changeset 2607:cd9791623228 libavformat
remove unused close function
author | aurel |
---|---|
date | Mon, 15 Oct 2007 22:48:31 +0000 |
parents | 5fec787b0889 |
children | f1c5b9e623b4 |
files | electronicarts.c |
diffstat | 1 files changed, 0 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/electronicarts.c Mon Oct 15 22:47:41 2007 +0000 +++ b/electronicarts.c Mon Oct 15 22:48:31 2007 +0000 @@ -258,13 +258,6 @@ 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 @@ ea_probe, ea_read_header, ea_read_packet, - ea_read_close, };