diff options
Diffstat (limited to 'libavcodec/cook_parser.c')
-rw-r--r-- | libavcodec/cook_parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/cook_parser.c b/libavcodec/cook_parser.c index c16f7c8a5f..f140e90461 100644 --- a/libavcodec/cook_parser.c +++ b/libavcodec/cook_parser.c @@ -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, }; |