[Ffmpeg-cvslog] r7692 - trunk/libavcodec/mpegvideo.c
bcoudurier
subversion
Wed Jan 24 17:15:00 CET 2007
Author: bcoudurier
Date: Wed Jan 24 17:15:00 2007
New Revision: 7692
Modified:
trunk/libavcodec/mpegvideo.c
Log:
add hint for closed gop and sc threshold error message
Modified: trunk/libavcodec/mpegvideo.c
==============================================================================
--- trunk/libavcodec/mpegvideo.c (original)
+++ trunk/libavcodec/mpegvideo.c Wed Jan 24 17:15:00 2007
@@ -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;
}
More information about the ffmpeg-cvslog
mailing list