]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_showinfo.c
Merge commit '2866d108c9e9da7baf53ff57a51d470691049a57'
[ffmpeg] / libavfilter / vf_showinfo.c
index 5146995c23a450931ed0a9d59539b643cf6cc487..83d941c629a217a62322dcf7f08e8e99b1d31c5c 100644 (file)
@@ -107,7 +107,7 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *frame)
            "n:%4"PRId64" pts:%7s pts_time:%-7s pos:%9"PRId64" "
            "fmt:%s sar:%d/%d s:%dx%d i:%c iskey:%d type:%c "
            "checksum:%08"PRIX32" plane_checksum:[%08"PRIX32,
-           inlink->frame_count,
+           inlink->frame_count_out,
            av_ts2str(frame->pts), av_ts2timestr(frame->pts, &inlink->time_base), av_frame_get_pkt_pos(frame),
            desc->name,
            frame->sample_aspect_ratio.num, frame->sample_aspect_ratio.den,