git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
libmp3lame: remove outdated comment.
[ffmpeg.git]
/
libavcodec
/
libmp3lame.c
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,