mirror of https://github.com/mpv-player/mpv
10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5596 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
14dbbc4922
commit
96307ecb7f
|
@ -62,6 +62,8 @@ static void put_image(struct vf_instance_s* vf, mp_image_t *mpi){
|
|||
rgb32tobgr32(src,dst,srcsize);
|
||||
else
|
||||
rgb24tobgr24(src,dst,srcsize);
|
||||
src+=mpi->stride[0];
|
||||
dst+=dmpi->stride[0];
|
||||
}
|
||||
} else {
|
||||
if(mpi->bpp==32)
|
||||
|
|
Loading…
Reference in New Issue