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:
atmos4 2002-07-23 19:37:11 +00:00
parent 1f56d9a900
commit 61ae3e730a
1 changed files with 1 additions and 1 deletions

View File

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