Commit 525e51e8 authored by Michael Niedermayer's avatar Michael Niedermayer

10l

Originally committed as revision 1274 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 58b0b0dd
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment