From e987cba69d5881e00208992bf86d84cf41816906 Mon Sep 17 00:00:00 2001 From: reimar Date: Sat, 27 Nov 2010 12:23:20 +0000 Subject: [PATCH] vd_qtvideo: Do not dump image description by default git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32656 b3059339-0415-0410-9bf9-f77b7e298cf2 Reindent. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32657 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/vd_qtvideo.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.11.4.GIT