mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
10l (wrong variable)
Originally committed as revision 3537 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
78953e626f
commit
cfeae977a7
@ -628,7 +628,7 @@ retry:
|
||||
#ifdef HAVE_MMX
|
||||
if(s->codec_id == CODEC_ID_MPEG4 && s->xvid_build && avctx->idct_algo == FF_IDCT_AUTO && (mm_flags & MM_MMX) && !(s->flags&CODEC_FLAG_BITEXACT)){
|
||||
avctx->idct_algo= FF_IDCT_LIBMPEG2MMX;
|
||||
avctx->width= 0; // force reinit
|
||||
avctx->coded_width= 0; // force reinit
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user