Replace all CODEC_ID_* with AV_CODEC_ID_*
This commit is contained in:
@@ -630,7 +630,7 @@ static av_cold int shorten_decode_close(AVCodecContext *avctx)
|
||||
AVCodec ff_shorten_decoder = {
|
||||
.name = "shorten",
|
||||
.type = AVMEDIA_TYPE_AUDIO,
|
||||
.id = CODEC_ID_SHORTEN,
|
||||
.id = AV_CODEC_ID_SHORTEN,
|
||||
.priv_data_size = sizeof(ShortenContext),
|
||||
.init = shorten_decode_init,
|
||||
.close = shorten_decode_close,
|
||||
|
||||
Reference in New Issue
Block a user