asfdec: Remove dead code from asf_read_close().

This commit is contained in:
Diego Biurrun 2011-04-17 19:48:27 +02:00
parent 259a3e70ed
commit 0b5ae1fdd3
1 changed files with 1 additions and 5 deletions

View File

@ -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;
}