diff dnxhdenc.c @ 10541:5afea08b89d4 libavcodec

clarify why the encoder is failing
author bcoudurier
date Thu, 19 Nov 2009 23:28:21 +0000
parents 08e50bcdcbf1
children 5a298a61c6cc
line wrap: on
line diff
--- a/dnxhdenc.c	Thu Nov 19 22:56:57 2009 +0000
+++ b/dnxhdenc.c	Thu Nov 19 23:28:21 2009 +0000
@@ -783,7 +783,8 @@
     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;
     }