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:
@@ -53,7 +53,7 @@ static int cook_parse(AVCodecParserContext *s1, AVCodecContext *avctx,
|
||||
}
|
||||
|
||||
AVCodecParser ff_cook_parser = {
|
||||
.codec_ids = { CODEC_ID_COOK },
|
||||
.codec_ids = { AV_CODEC_ID_COOK },
|
||||
.priv_data_size = sizeof(CookParseContext),
|
||||
.parser_parse = cook_parse,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user