avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriate
This commit is contained in:
@@ -137,7 +137,7 @@ static int idcin_probe(AVProbeData *p)
|
||||
return 0;
|
||||
|
||||
/* return half certainty since this check is a bit sketchy */
|
||||
return AVPROBE_SCORE_MAX / 2;
|
||||
return AVPROBE_SCORE_EXTENSION;
|
||||
}
|
||||
|
||||
static int idcin_read_header(AVFormatContext *s)
|
||||
|
||||
Reference in New Issue
Block a user