summaryrefslogtreecommitdiff
path: root/libavcodec/h263dec.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2004-09-28 23:31:59 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-09-28 23:31:59 +0000
commitcfeae977a797ae7f0401432c5fcefa060979e46f (patch)
tree9df6791fcc1def1446ff097e74765fbd63979666 /libavcodec/h263dec.c
parent78953e626f5202a467c03e00623cbac68cf2b529 (diff)
10l (wrong variable)
Originally committed as revision 3537 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h263dec.c')
-rw-r--r--libavcodec/h263dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h263dec.c b/libavcodec/h263dec.c
index f9680052c2..67d7deede1 100644
--- a/libavcodec/h263dec.c
+++ b/libavcodec/h263dec.c
@@ -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