changeset 1448:317ba7ab73bd
libavcodec
CODEC_ID_MP3LAME is obsolete
author |
bellard |
date |
Mon, 08 Sep 2003 22:04:29 +0000 |
parents |
7c73537bc994 |
children |
7fbe89a76b73 |
files |
mp3lameaudio.c mpegaudiodec.c |
diffstat |
2 files changed, 2 insertions(+), 2 deletions(-)
[+]
|
line diff
--- a/mp3lameaudio.c Mon Sep 08 22:03:29 2003 +0000
+++ b/mp3lameaudio.c Mon Sep 08 22:04:29 2003 +0000
@@ -99,7 +99,7 @@
AVCodec mp3lame_encoder = {
"mp3",
CODEC_TYPE_AUDIO,
- CODEC_ID_MP3LAME,
+ CODEC_ID_MP3,
sizeof(Mp3AudioContext),
MP3lame_encode_init,
MP3lame_encode_frame,
--- a/mpegaudiodec.c Mon Sep 08 22:03:29 2003 +0000
+++ b/mpegaudiodec.c Mon Sep 08 22:04:29 2003 +0000
@@ -2597,7 +2597,7 @@
{
"mp3",
CODEC_TYPE_AUDIO,
- CODEC_ID_MP3LAME,
+ CODEC_ID_MP3,
sizeof(MPADecodeContext),
decode_init,
NULL,