changeset 888:4513713d664a libavcodec

10l
author michaelni
date Mon, 25 Nov 2002 09:57:58 +0000
parents 19f5b8b7c6d5
children 6a9c3ecf2dec
files h263dec.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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;