mirror of https://github.com/mpv-player/mpv
mpng: 32bpp support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4673 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
ed93a4d20c
commit
f0bc805baf
|
@ -1157,7 +1157,7 @@ if(verbose>1){
|
|||
decode_mpng(
|
||||
start, in_size, sh_video->our_out_buffer,
|
||||
sh_video->disp_w,sh_video->disp_h,
|
||||
24
|
||||
((out_fmt&255)+7)/8
|
||||
);
|
||||
blit_frame = 3;
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue