提交 0b5ae1fd 编写于 作者: D Diego Biurrun

asfdec: Remove dead code from asf_read_close().

上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册