]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/cook_parser.c
lavfi/avfilter.h: clarify doxy for AVFilterLink.out_buf
[ffmpeg] / libavcodec / cook_parser.c
index c16f7c8a5fa7070b00ed1f5ac95801f300ff1599..f140e90461d154fdc3bbbde6d0a1add469c16246 100644 (file)
@@ -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,
 };