git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
678a717
)
Do not give advice for which bitrate to choose.
author
Justin Ruggles
<justin.ruggles@gmail.com>
Fri, 28 Dec 2007 03:12:24 +0000
(
03:12
+0000)
committer
Justin Ruggles
<justin.ruggles@gmail.com>
Fri, 28 Dec 2007 03:12:24 +0000
(
03:12
+0000)
Originally committed as revision 11334 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/ac3enc.c
patch
|
blob
|
history
diff --git
a/libavcodec/ac3enc.c
b/libavcodec/ac3enc.c
index
956bdb3
..
d90df53
100644
(file)
--- 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, 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 &&