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:
parent
1d689ae3a3
commit
6d591ec959
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user