avcodec: fix old codec ids
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -134,7 +134,7 @@ AVCodec ff_libshine_encoder = {
|
||||
.name = "libshine",
|
||||
.long_name = NULL_IF_CONFIG_SMALL("libshine MP3 (MPEG audio layer 3)"),
|
||||
.type = AVMEDIA_TYPE_AUDIO,
|
||||
.id = CODEC_ID_MP3,
|
||||
.id = AV_CODEC_ID_MP3,
|
||||
.priv_data_size = sizeof(SHINEContext),
|
||||
.init = libshine_encode_init,
|
||||
.encode2 = libshine_encode_frame,
|
||||
|
Reference in New Issue
Block a user