Commit 0b5ae1fd authored by Diego Biurrun's avatar Diego Biurrun

asfdec: Remove dead code from asf_read_close().

parent 259a3e70
......@@ -1132,12 +1132,8 @@ static void asf_reset_header(AVFormatContext *s)
static int asf_read_close(AVFormatContext *s)
{
int i;
asf_reset_header(s);
for(i=0;i<s->nb_streams;i++) {
AVStream *st = s->streams[i];
}
return 0;
}
......
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