]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_blackdetect.c
Merge commit '5f74bd31a9bd1ac7655103b11743c12d38e0419f'
[ffmpeg] / libavfilter / vf_blackdetect.c
index fbe3d108db91bfe82929d05d6da3b01eca916ad8..0f6adf49ede3306d7e02933c8c7a94da6ec4aac8 100644 (file)
@@ -155,7 +155,7 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *picref)
 
     av_log(ctx, AV_LOG_DEBUG,
            "frame:%"PRId64" picture_black_ratio:%f pts:%s t:%s type:%c\n",
-           inlink->frame_count, picture_black_ratio,
+           inlink->frame_count_out, picture_black_ratio,
            av_ts2str(picref->pts), av_ts2timestr(picref->pts, &inlink->time_base),
            av_get_picture_type_char(picref->pict_type));