summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libmpcodecs/vd_qtvideo.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libmpcodecs/vd_qtvideo.c b/libmpcodecs/vd_qtvideo.c
index e18a88a259..d3dbeacc45 100644
--- a/libmpcodecs/vd_qtvideo.c
+++ b/libmpcodecs/vd_qtvideo.c
@@ -175,7 +175,8 @@ static int init(sh_video_t *sh){
idesc->width = sh->disp_w;
idesc->height = sh->disp_h;
}
- dump_ImageDescription(*framedescHandle);
+ if (mp_msg_test(MSGT_DECVIDEO, MSGL_V))
+ dump_ImageDescription(*framedescHandle);
(**framedescHandle).cType = bswap_32(sh->format);
sh->context = (void *)kYUVSPixelFormat;