1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-11 08:37:59 +00:00

Optimize DirectShow decoding with vidix

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4458 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nick 2002-02-01 10:01:56 +00:00
parent 1d689ae3a3
commit 6d591ec959

View File

@ -502,7 +502,8 @@ switch(sh_video->codec->driver){
sh_video->our_out_buffer = (char*)memalign(64,sh_video->disp_w*sh_video->disp_h*bpp/8); // FIXME!!!
#endif
/* Warning: these pitches tested only with YUY2 fourcc */
pitches[0] = 16; pitches[1] = pitches[2] = 8;
DS_SetAttr_DivX("Quality",divx_quality);
DS_VideoDecoder_StartInternal(ds_vdec);