]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/loasdec.c
lavfi: remove mp=il filter
[ffmpeg] / libavformat / loasdec.c
index 2a06fe12a79e91c55a00bf68fa6267517b7b9c79..d3a8dbd6cdde042818cb5c8323c2d25af8e85e2d 100644 (file)
@@ -55,7 +55,6 @@ static int loas_probe(AVProbeData *p)
     if   (first_frames>=3) return AVPROBE_SCORE_MAX/2+1;
     else if(max_frames>100)return AVPROBE_SCORE_MAX/2;
     else if(max_frames>=3) return AVPROBE_SCORE_MAX/4;
-    else if(max_frames>=1) return 1;
     else                   return 0;
 }