mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-16 03:50:05 +01:00
Replace all CODEC_ID_* with AV_CODEC_ID_*
This commit is contained in:
@@ -211,7 +211,7 @@ static av_cold int cmv_decode_end(AVCodecContext *avctx){
|
||||
AVCodec ff_eacmv_decoder = {
|
||||
.name = "eacmv",
|
||||
.type = AVMEDIA_TYPE_VIDEO,
|
||||
.id = CODEC_ID_CMV,
|
||||
.id = AV_CODEC_ID_CMV,
|
||||
.priv_data_size = sizeof(CmvContext),
|
||||
.init = cmv_decode_init,
|
||||
.close = cmv_decode_end,
|
||||
|
||||
Reference in New Issue
Block a user