diff ac3enc.c @ 6081:64d36d15b3bb libavcodec

Do not give advice for which bitrate to choose.
author jbr
date Fri, 28 Dec 2007 03:12:24 +0000
parents 0f1a318ecb22
children f17aad297a38
line wrap: on
line diff
--- a/ac3enc.c	Fri Dec 28 03:05:49 2007 +0000
+++ b/ac3enc.c	Fri Dec 28 03:12:24 2007 +0000
@@ -573,7 +573,7 @@
            bit_alloc(s, mask, psd, bap, frame_bits, coarse_snr_offset, 0) < 0)
         coarse_snr_offset -= SNR_INC1;
     if (coarse_snr_offset < 0) {
-        av_log(NULL, AV_LOG_ERROR, "Bit allocation failed, try increasing the bitrate, -ab 384k for example!\n");
+        av_log(NULL, AV_LOG_ERROR, "Bit allocation failed. Try increasing the bitrate.\n");
         return -1;
     }
     while ((coarse_snr_offset + SNR_INC1) <= 63 &&