mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 03:39:45 +00:00
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.
This commit is contained in:
parent
35cfd7d09c
commit
469d2a8e8e
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user