提交 525e51e8 编写于 作者: M Michael Niedermayer

10l

Originally committed as revision 1274 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册