diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2002-11-25 09:57:58 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2002-11-25 09:57:58 +0000 |
commit | 525e51e8a362362067b3cb6eae46e7ec12553027 (patch) | |
tree | 734f0460ddf7c8b1ba560927148bc2430d13ce1a | |
parent | 58b0b0dd9337fb93d777965cdd3ec08f6db3fea6 (diff) | |
download | ffmpeg-525e51e8a362362067b3cb6eae46e7ec12553027.tar.gz |
10l
Originally committed as revision 1274 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/h263dec.c | 2 |
1 files changed, 2 insertions, 0 deletions
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; |