[FFmpeg-cvslog] libmp3lame: remove outdated comment.

Justin Ruggles git at videolan.org
Tue Feb 21 05:29:39 CET 2012


ffmpeg | branch: master | Justin Ruggles <justin.ruggles at gmail.com> | Thu Feb 16 22:18:31 2012 -0500| [469d2a8e8e07a080cfadb6368de86043b43e20d2] | committer: Justin Ruggles

libmp3lame: remove outdated comment.

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.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=469d2a8e8e07a080cfadb6368de86043b43e20d2
---

 libavcodec/libmp3lame.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/libavcodec/libmp3lame.c b/libavcodec/libmp3lame.c
index 0409655..6ce4f64 100644
--- 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,



More information about the ffmpeg-cvslog mailing list