# HG changeset patch # User bcoudurier # Date 1169655300 0 # Node ID daa2a095181dc407b608bfec877f2b28ebb14603 # Parent d8ccac15e9d3871c6ff99c14becb848e268fa4e8 add hint for closed gop and sc threshold error message diff -r d8ccac15e9d3 -r daa2a095181d mpegvideo.c --- 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; }