summaryrefslogtreecommitdiff
path: root/libavcodec/ac3enc.c
diff options
context:
space:
mode:
authorD Richard Felker III <dalias@aerifal.cx>2007-11-27 05:32:04 +0000
committerD Richard Felker III <dalias@aerifal.cx>2007-11-27 05:32:04 +0000
commitde39d62c149860b0d8b19aeba25b30f2c03404f3 (patch)
tree399b9dfb18f1db86e7646d5b3e02c9cecb31c5c9 /libavcodec/ac3enc.c
parent28e7453c11c05f8bab3a8fa8feb7011e29274136 (diff)
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. Originally committed as revision 11094 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ac3enc.c')
-rw-r--r--libavcodec/ac3enc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ac3enc.c b/libavcodec/ac3enc.c
index 84bb7b0290..590ac3114a 100644
--- a/libavcodec/ac3enc.c
+++ b/libavcodec/ac3enc.c
@@ -573,7 +573,7 @@ static int compute_bit_allocation(AC3EncodeContext *s,
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 &&