1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00
Originally committed as revision 1274 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer
2002-11-25 09:57:58 +00:00
parent 58b0b0dd93
commit 525e51e8a3

View File

@@ -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;