summaryrefslogtreecommitdiff
path: root/libavformat/nut.c
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2003-09-08 22:04:29 +0000
committerFabrice Bellard <fabrice@bellard.org>2003-09-08 22:04:29 +0000
commit80783dc2c2c611750cf2ff9d3027f283f8a2dc5b (patch)
tree973a4a733012a8daebc69cbf7b883db59d0e5809 /libavformat/nut.c
parentdcedf5867207ea21c5e492434e6466d1aac79de3 (diff)
CODEC_ID_MP3LAME is obsolete
Originally committed as revision 2232 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/nut.c')
-rw-r--r--libavformat/nut.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/nut.c b/libavformat/nut.c
index 92f478ee24..2b52d5b471 100644
--- a/libavformat/nut.c
+++ b/libavformat/nut.c
@@ -567,7 +567,7 @@ static AVOutputFormat nut_oformat = {
#ifdef CONFIG_VORBIS
CODEC_ID_VORBIS,
#elif defined(CONFIG_MP3LAME)
- CODEC_ID_MP3LAME,
+ CODEC_ID_MP3,
#else
CODEC_ID_MP2, /* AC3 needs liba52 decoder */
#endif