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:
35cfd7d
)
libmp3lame: remove outdated comment.
author
Justin Ruggles
<justin.ruggles@gmail.com>
Fri, 17 Feb 2012 03:18:31 +0000
(22:18 -0500)
committer
Justin Ruggles
<justin.ruggles@gmail.com>
Mon, 20 Feb 2012 17:32:30 +0000
(12:32 -0500)
We now require at least libmp3lame 3.98.3.
lame_encode_buffer_interleaved() still doesn't work for mono, but it does not
"die"; it just expects a stereo interleaved buffer.
libavcodec/libmp3lame.c
patch
|
blob
|
history
diff --git
a/libavcodec/libmp3lame.c
b/libavcodec/libmp3lame.c
index
0409655
..
6ce4f64
100644
(file)
--- a/
libavcodec/libmp3lame.c
+++ b/
libavcodec/libmp3lame.c
@@
-162,8
+162,6
@@
static int MP3lame_encode_frame(AVCodecContext *avctx, unsigned char *frame,
int len;
int lame_result;
- /* lame 3.91 dies on '1-channel interleaved' data */
-
if (data) {
if (avctx->channels > 1) {
lame_result = lame_encode_buffer_interleaved(s->gfp, data,