]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/dnxhd_parser.c
roqvideodec: fix a potential infinite loop in roqvideo_decode_frame().
[ffmpeg] / libavcodec / dnxhd_parser.c
index 870fed4a11ce79a24226fd841ec0893bfcfd9019..d981079e567548ddc8cb571a0345d27016ce6913 100644 (file)
@@ -87,7 +87,7 @@ static int dnxhd_parse(AVCodecParserContext *s,
 }
 
 AVCodecParser ff_dnxhd_parser = {
-    .codec_ids      = { CODEC_ID_DNXHD },
+    .codec_ids      = { AV_CODEC_ID_DNXHD },
     .priv_data_size = sizeof(ParseContext),
     .parser_parse   = dnxhd_parse,
     .parser_close   = ff_parse_close,