Replace all CODEC_ID_* with AV_CODEC_ID_*
This commit is contained in:
@@ -663,7 +663,7 @@ static av_cold int decode_close(AVCodecContext *avctx)
|
||||
AVCodec ff_prores_decoder = {
|
||||
.name = "prores",
|
||||
.type = AVMEDIA_TYPE_VIDEO,
|
||||
.id = CODEC_ID_PRORES,
|
||||
.id = AV_CODEC_ID_PRORES,
|
||||
.priv_data_size = sizeof(ProresContext),
|
||||
.init = decode_init,
|
||||
.close = decode_close,
|
||||
|
||||
Reference in New Issue
Block a user