# HG changeset patch # User michaelni # Date 1038218278 0 # Node ID 4513713d664a1b27419a8fcbd589225ff2cc2044 # Parent 19f5b8b7c6d5a04945e789238e975eaa1a4fd4bf 10l diff -r 19f5b8b7c6d5 -r 4513713d664a h263dec.c --- 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;