# HG changeset patch # User rfelker # Date 1196141524 0 # Node ID 60016f2e3aa1971774a7a57b1dcd1f1f4ecacdee # Parent d030978bcd932c8e2858a84715e7ac57d165bf2a 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. diff -r d030978bcd93 -r 60016f2e3aa1 ac3enc.c --- 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 &&