You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
Require at least three frames to autodetect loas.
This commit is contained in:
@@ -55,7 +55,6 @@ static int loas_probe(AVProbeData *p)
|
|||||||
if (first_frames>=3) return AVPROBE_SCORE_MAX/2+1;
|
if (first_frames>=3) return AVPROBE_SCORE_MAX/2+1;
|
||||||
else if(max_frames>100)return AVPROBE_SCORE_MAX/2;
|
else if(max_frames>100)return AVPROBE_SCORE_MAX/2;
|
||||||
else if(max_frames>=3) return AVPROBE_SCORE_MAX/4;
|
else if(max_frames>=3) return AVPROBE_SCORE_MAX/4;
|
||||||
else if(max_frames>=1) return 1;
|
|
||||||
else return 0;
|
else return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user