From 525e51e8a362362067b3cb6eae46e7ec12553027 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 25 Nov 2002 09:57:58 +0000 Subject: [PATCH] 10l Originally committed as revision 1274 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/h263dec.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcodec/h263dec.c b/libavcodec/h263dec.c index aa1bdacf85..0c88cd758e 100644 --- a/libavcodec/h263dec.c +++ b/libavcodec/h263dec.c @@ -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;