mirror of
https://github.com/mpv-player/mpv
synced 2025-03-11 08:37:59 +00:00
Hopefully correct 10l fix for duuno who.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6772 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
1f56d9a900
commit
61ae3e730a
@ -433,7 +433,7 @@ static mp_image_t* decode(sh_video_t *sh,void* data,int len,int flags){
|
||||
#else
|
||||
mpi->qstride=MBC+1;
|
||||
#endif
|
||||
#else ifdef FF_POSTPROCESS
|
||||
#elif defined(FF_POSTPROCESS)
|
||||
mpi->qscale=&quant_store[0][0];
|
||||
mpi->qstride=MBC+1;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user