mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-12-24 11:52:06 +08:00
CODEC_ID_MP3LAME is obsolete
Originally committed as revision 2232 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -99,7 +99,7 @@ int MP3lame_encode_close(AVCodecContext *avctx)
|
||||
AVCodec mp3lame_encoder = {
|
||||
"mp3",
|
||||
CODEC_TYPE_AUDIO,
|
||||
CODEC_ID_MP3LAME,
|
||||
CODEC_ID_MP3,
|
||||
sizeof(Mp3AudioContext),
|
||||
MP3lame_encode_init,
|
||||
MP3lame_encode_frame,
|
||||
|
||||
@@ -2597,7 +2597,7 @@ AVCodec mp3_decoder =
|
||||
{
|
||||
"mp3",
|
||||
CODEC_TYPE_AUDIO,
|
||||
CODEC_ID_MP3LAME,
|
||||
CODEC_ID_MP3,
|
||||
sizeof(MPADecodeContext),
|
||||
decode_init,
|
||||
NULL,
|
||||
|
||||
Reference in New Issue
Block a user