]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/bintext.c
avformat: add DHAV demuxer
[ffmpeg] / libavformat / bintext.c
index f1c0b3e8925b7872db26e3a4190a0b3b2ed7f49f..0b499d9555ed8d84cd376c4098a170f362c74406 100644 (file)
@@ -163,7 +163,7 @@ static int bin_probe(AVProbeData *p)
 
         if (par.width * par.height * 2 / (8*16) == p->buf_size)
             return AVPROBE_SCORE_MAX / 2;
-        return 1;
+        return 0;
     }
 
     if (sauce)