mirror of
https://github.com/mpv-player/mpv
synced 2025-01-11 17:39:38 +00:00
HuffYUV YUY2->RGB fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@760 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
78da35a868
commit
9d1f6d4dce
@ -245,6 +245,8 @@ int init_video_codec(sh_video_t *sh_video){
|
||||
|
||||
if(yuv && !(sh_video->codec->outflags[sh_video->outfmtidx] & CODECS_FLAG_YUVHACK))
|
||||
sh_video->o_bih.biCompression = outfmt;
|
||||
else
|
||||
sh_video->o_bih.biCompression = 0;
|
||||
|
||||
if(verbose) {
|
||||
printf("Starting decompression, format:\n");
|
||||
|
Loading…
Reference in New Issue
Block a user