diff h263dec.c @ 888:4513713d664a libavcodec

10l
author michaelni
date Mon, 25 Nov 2002 09:57:58 +0000
parents 19f5b8b7c6d5
children 22ee74da2cd3
line wrap: on
line diff
--- a/h263dec.c	Mon Nov 25 09:23:19 2002 +0000
+++ b/h263dec.c	Mon Nov 25 09:57:58 2002 +0000
@@ -506,6 +506,8 @@
         s->context_initialized=0;
     }
     if (!s->context_initialized) {
+        avctx->width = s->width;
+        avctx->height = s->height;
         avctx->aspect_ratio= new_aspect;
 
         goto retry;