Revision 0b5ae1fd libavformat/asfdec.c
libavformat/asfdec.c | ||
---|---|---|
1132 | 1132 |
|
1133 | 1133 |
static int asf_read_close(AVFormatContext *s) |
1134 | 1134 |
{ |
1135 |
int i; |
|
1136 |
|
|
1137 | 1135 |
asf_reset_header(s); |
1138 |
for(i=0;i<s->nb_streams;i++) { |
|
1139 |
AVStream *st = s->streams[i]; |
|
1140 |
} |
|
1136 |
|
|
1141 | 1137 |
return 0; |
1142 | 1138 |
} |
1143 | 1139 |
|
Also available in: Unified diff