From 80783dc2c2c611750cf2ff9d3027f283f8a2dc5b Mon Sep 17 00:00:00 2001 From: Fabrice Bellard Date: Mon, 8 Sep 2003 22:04:29 +0000 Subject: CODEC_ID_MP3LAME is obsolete Originally committed as revision 2232 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/mp3lameaudio.c | 2 +- libavcodec/mpegaudiodec.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'libavcodec') diff --git a/libavcodec/mp3lameaudio.c b/libavcodec/mp3lameaudio.c index 4e1660d..0a121eb 100644 --- a/libavcodec/mp3lameaudio.c +++ b/libavcodec/mp3lameaudio.c @@ -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, diff --git a/libavcodec/mpegaudiodec.c b/libavcodec/mpegaudiodec.c index 61fc5b8..43ec55d 100644 --- a/libavcodec/mpegaudiodec.c +++ b/libavcodec/mpegaudiodec.c @@ -2597,7 +2597,7 @@ AVCodec mp3_decoder = { "mp3", CODEC_TYPE_AUDIO, - CODEC_ID_MP3LAME, + CODEC_ID_MP3, sizeof(MPADecodeContext), decode_init, NULL, -- cgit v1.1