Browse Source

Merge remote-tracking branch 'cehoyos/master'

* cehoyos/master:
  Reduce probing score for flic animation files.

Merged-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.0
Michael Niedermayer 12 years ago
parent
commit
3ac3edf63b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/flic.c

+ 1
- 1
libavformat/flic.c View File

@@ -80,7 +80,7 @@ static int flic_probe(AVProbeData *p)
return 0;


return AVPROBE_SCORE_MAX;
return AVPROBE_SCORE_MAX - 1;
}

static int flic_read_header(AVFormatContext *s)


Loading…
Cancel
Save