]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/libmp3lame.c
mpegvideo: dont call draw edges on lowres
[ffmpeg] / libavcodec / libmp3lame.c
index 5019287560c294c6d9656ed4a64db660b7408a44..6c159e235e7cbd577c8fc44e8de68ffd9e7c5ac3 100644 (file)
@@ -292,7 +292,7 @@ static const int libmp3lame_sample_rates[] = {
 AVCodec ff_libmp3lame_encoder = {
     .name                  = "libmp3lame",
     .type                  = AVMEDIA_TYPE_AUDIO,
-    .id                    = CODEC_ID_MP3,
+    .id                    = AV_CODEC_ID_MP3,
     .priv_data_size        = sizeof(LAMEContext),
     .init                  = mp3lame_encode_init,
     .encode2               = mp3lame_encode_frame,