diff mpegvideo.c @ 4399:daa2a095181d libavcodec

add hint for closed gop and sc threshold error message
author bcoudurier
date Wed, 24 Jan 2007 16:15:00 +0000
parents 8e78248586b0
children 371bb9f644da
line wrap: on
line diff
--- a/mpegvideo.c	Wed Jan 24 15:32:49 2007 +0000
+++ b/mpegvideo.c	Wed Jan 24 16:15:00 2007 +0000
@@ -1095,7 +1095,7 @@
     }
 
     if(s->avctx->scenechange_threshold < 1000000000 && (s->flags & CODEC_FLAG_CLOSED_GOP)){
-        av_log(avctx, AV_LOG_ERROR, "closed gop with scene change detection arent supported yet\n");
+        av_log(avctx, AV_LOG_ERROR, "closed gop with scene change detection arent supported yet, set threshold to 1000000000\n");
         return -1;
     }