Commit b3dc5588 authored by michaelni's avatar michaelni

10l


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1274 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 9c61cbf6
......@@ -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