Commit 989553e2 authored by michael's avatar michael

remove dummy amr_read_close()


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6637 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0519ecbc
......@@ -175,11 +175,6 @@ static int amr_read_packet(AVFormatContext *s,
return 0;
}
static int amr_read_close(AVFormatContext *s)
{
return 0;
}
#ifdef CONFIG_AMR_DEMUXER
AVInputFormat amr_demuxer = {
"amr",
......@@ -188,7 +183,7 @@ AVInputFormat amr_demuxer = {
amr_probe,
amr_read_header,
amr_read_packet,
amr_read_close,
NULL,
};
#endif
......
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