mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-04 06:08:26 +02:00
asfdec: Remove dead code from asf_read_close().
This commit is contained in:
parent
259a3e70ed
commit
0b5ae1fdd3
@ -1132,12 +1132,8 @@ static void asf_reset_header(AVFormatContext *s)
|
|||||||
|
|
||||||
static int asf_read_close(AVFormatContext *s)
|
static int asf_read_close(AVFormatContext *s)
|
||||||
{
|
{
|
||||||
int i;
|
|
||||||
|
|
||||||
asf_reset_header(s);
|
asf_reset_header(s);
|
||||||
for(i=0;i<s->nb_streams;i++) {
|
|
||||||
AVStream *st = s->streams[i];
|
|
||||||
}
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user