10l
authorMichael Niedermayer <michaelni@gmx.at>
Mon, 25 Nov 2002 09:57:58 +0000 (09:57 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 25 Nov 2002 09:57:58 +0000 (09:57 +0000)
Originally committed as revision 1274 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/h263dec.c

index aa1bdac..0c88cd7 100644 (file)
@@ -506,6 +506,8 @@ retry:
         s->context_initialized=0;
     }
     if (!s->context_initialized) {
+        avctx->width = s->width;
+        avctx->height = s->height;
         avctx->aspect_ratio= new_aspect;
 
         goto retry;