changeset 5942:60016f2e3aa1 libavcodec

sync message with modern ffmpeg bitrate option syntax. note: this message should probably be tweaked; i'm not sure that it's a good idea for lavc to be recommending ffmpeg command line options as it's a general-purpose library.
author rfelker
date Tue, 27 Nov 2007 05:32:04 +0000
parents d030978bcd93
children 337a95c66190
files ac3enc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ac3enc.c	Sun Nov 25 17:31:55 2007 +0000
+++ b/ac3enc.c	Tue Nov 27 05:32:04 2007 +0000
@@ -573,7 +573,7 @@
            bit_alloc(s, mask, psd, bap, frame_bits, csnroffst, 0) < 0)
         csnroffst -= SNR_INC1;
     if (csnroffst < 0) {
-        av_log(NULL, AV_LOG_ERROR, "Bit allocation failed, try increasing the bitrate, -ab 384 for example!\n");
+        av_log(NULL, AV_LOG_ERROR, "Bit allocation failed, try increasing the bitrate, -ab 384k for example!\n");
         return -1;
     }
     while ((csnroffst + SNR_INC1) <= 63 &&