Browse Source

Merge commit '7f388c0fabc51eca3106e7cc443393269435ab52'

* commit '7f388c0fabc51eca3106e7cc443393269435ab52':
  asfdec: remove the wrong condition

Merged-by: Michael Niedermayer <michael@niedermayer.cc>
tags/n2.8
Michael Niedermayer 10 years ago
parent
commit
0a03271ef6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/asfdec_o.c

+ 1
- 1
libavformat/asfdec_o.c View File

@@ -905,7 +905,7 @@ static int asf_read_data(AVFormatContext *s, const GUIDParseTable *g)
uint64_t size = asf->data_size = avio_rl64(pb);
int i;

if (!asf->data_reached && pb->seekable) {
if (!asf->data_reached) {
asf->data_reached = 1;
asf->data_offset = asf->offset;
}


Loading…
Cancel
Save