summaryrefslogtreecommitdiffstats
path: root/player/video.c
diff options
context:
space:
mode:
Diffstat (limited to 'player/video.c')
-rw-r--r--player/video.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/player/video.c b/player/video.c
index fb8cf9cbc0..5e0266b8d0 100644
--- a/player/video.c
+++ b/player/video.c
@@ -1359,6 +1359,7 @@ void write_video(struct MPContext *mpctx)
if (mpctx->num_past_frames == 1 && mpctx->past_frames[0].pts == 0 &&
!mpctx->ao_chain)
{
+ MP_VERBOSE(mpctx, "assuming this is an image\n");
mpctx->time_frame += opts->image_display_duration;
} else {
mpctx->time_frame = 0;