]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mpegvideo_parser.c
vp9: add fate test for 422.
[ffmpeg] / libavcodec / mpegvideo_parser.c
index c9240248dfc45a2b6c93c6aff5c47a45c0d67f1a..cbea9b6cec457f819af173b607246194ae132afb 100644 (file)
@@ -186,7 +186,7 @@ static int mpegvideo_parse(AVCodecParserContext *s,
        to have the full timing information. The time take by this
        function should be negligible for uncorrupted streams */
     mpegvideo_extract_headers(s, avctx, buf, buf_size);
-    av_dlog(NULL, "pict_type=%d frame_rate=%0.3f repeat_pict=%d\n",
+    ff_dlog(NULL, "pict_type=%d frame_rate=%0.3f repeat_pict=%d\n",
             s->pict_type, av_q2d(avctx->framerate), s->repeat_pict);
 
     *poutbuf = buf;