0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4949 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-03-06 15:25:10 +00:00
parent dd800c1276
commit f1258596ec

View File

@ -60,7 +60,7 @@ static mp_image_t* decode(sh_video_t *sh,void* data,int len,int flags){
}
qt_decode_rpza(data, len, mpi->planes[0], sh->disp_w, sh->disp_h,
((mpi->imgfmt&255)+7)/8);
mpi->bpp/8);
return mpi;
}