[FFmpeg-cvslog] r20556 - trunk/libavcodec/dnxhdenc.c
bcoudurier
subversion
Fri Nov 20 00:28:21 CET 2009
Author: bcoudurier
Date: Fri Nov 20 00:28:21 2009
New Revision: 20556
Log:
clarify why the encoder is failing
Modified:
trunk/libavcodec/dnxhdenc.c
Modified: trunk/libavcodec/dnxhdenc.c
==============================================================================
--- trunk/libavcodec/dnxhdenc.c Thu Nov 19 23:56:57 2009 (r20555)
+++ trunk/libavcodec/dnxhdenc.c Fri Nov 20 00:28:21 2009 (r20556)
@@ -783,7 +783,8 @@ static int dnxhd_encode_picture(AVCodecC
else
ret = dnxhd_encode_fast(avctx, ctx);
if (ret < 0) {
- av_log(avctx, AV_LOG_ERROR, "picture could not fit ratecontrol constraints\n");
+ av_log(avctx, AV_LOG_ERROR,
+ "picture could not fit ratecontrol constraints, increase qmax\n");
return -1;
}
More information about the ffmpeg-cvslog
mailing list