Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2012-02-17 07:18:31 +0400
committerJustin Ruggles <justin.ruggles@gmail.com>2012-02-20 21:32:30 +0400
commit469d2a8e8e07a080cfadb6368de86043b43e20d2 (patch)
treee0881390e3112be207add6abcc02a1f62d823bee /libavcodec/libmp3lame.c
parent35cfd7d09c6ac363863255b622e7a03b2415e573 (diff)
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.
Diffstat (limited to 'libavcodec/libmp3lame.c')
-rw-r--r--libavcodec/libmp3lame.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/libmp3lame.c b/libavcodec/libmp3lame.c
index 040965579d..6ce4f648a6 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,