mpng: 32bpp support

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4673 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2002-02-12 17:04:43 +00:00
parent ed93a4d20c
commit f0bc805baf
1 changed files with 1 additions and 1 deletions

View File

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