mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-06 14:15:29 +01:00
Replace all CODEC_ID_* with AV_CODEC_ID_*
This commit is contained in:
@@ -221,7 +221,7 @@ static av_cold int rl2_decode_end(AVCodecContext *avctx)
|
||||
AVCodec ff_rl2_decoder = {
|
||||
.name = "rl2",
|
||||
.type = AVMEDIA_TYPE_VIDEO,
|
||||
.id = CODEC_ID_RL2,
|
||||
.id = AV_CODEC_ID_RL2,
|
||||
.priv_data_size = sizeof(Rl2Context),
|
||||
.init = rl2_decode_init,
|
||||
.close = rl2_decode_end,
|
||||
|
||||
Reference in New Issue
Block a user