]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/idcin.c
rtspenc: Check the return value from ffio_open_dyn_packet_buf
[ffmpeg] / libavformat / idcin.c
index 536e6ee6ff2cb103d82fb8ccede4a8da8d08c617..2536e8bd62c281a6b1cd43d9979ea84e30ce3a8b 100644 (file)
@@ -136,8 +136,8 @@ static int idcin_probe(AVProbeData *p)
     if (number > 2)
         return 0;
 
-    /* return half certainly since this check is a bit sketchy */
-    return AVPROBE_SCORE_MAX / 2;
+    /* return half certainty since this check is a bit sketchy */
+    return AVPROBE_SCORE_EXTENSION;
 }
 
 static int idcin_read_header(AVFormatContext *s)