1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-20 23:07:02 +00:00

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
This commit is contained in:
reimar 2010-11-27 12:23:20 +00:00 committed by Uoti Urpala
parent e23bf53fad
commit e987cba69d

View File

@ -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;