Commit 780169c3 authored by Michael Niedermayer's avatar Michael Niedermayer

Remove useless code.

Originally committed as revision 12814 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent b41497e9
......@@ -384,11 +384,6 @@ static int flv_read_packet(AVFormatContext *s, AVPacket *pkt)
return ret;
}
static int flv_read_close(AVFormatContext *s)
{
return 0;
}
AVInputFormat flv_demuxer = {
"flv",
"flv format",
......@@ -396,7 +391,6 @@ AVInputFormat flv_demuxer = {
flv_probe,
flv_read_header,
flv_read_packet,
flv_read_close,
.extensions = "flv",
.value = CODEC_ID_FLV1,
};
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