mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
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
This commit is contained in:
parent
28e7453c11
commit
de39d62c14
@ -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 &&
|
||||
|
Loading…
Reference in New Issue
Block a user