X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fmpegvideo_parser.c;h=cbea9b6cec457f819af173b607246194ae132afb;hb=b005d097646191e06c446951c33b4606b2d5b955;hp=c9240248dfc45a2b6c93c6aff5c47a45c0d67f1a;hpb=6530e2ff0cd011ee3b87bd8d77c964a41f6b44ec;p=ffmpeg diff --git a/libavcodec/mpegvideo_parser.c b/libavcodec/mpegvideo_parser.c index c9240248dfc..cbea9b6cec4 100644 --- a/libavcodec/mpegvideo_parser.c +++ b/libavcodec/mpegvideo_parser.c @@ -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;