|
@@ -1299,7 +1299,7 @@ static int mpegts_probe(AVProbeData *p) |
|
|
else return -1; |
|
|
else return -1; |
|
|
#else |
|
|
#else |
|
|
/* only use the extension for safer guess */ |
|
|
/* only use the extension for safer guess */ |
|
|
if (match_ext(p->filename, "ts")) |
|
|
|
|
|
|
|
|
if (av_match_ext(p->filename, "ts")) |
|
|
return AVPROBE_SCORE_MAX; |
|
|
return AVPROBE_SCORE_MAX; |
|
|
else |
|
|
else |
|
|
return 0; |
|
|
return 0; |
|
|