提交 dae9ffc4 编写于 作者: M Michael Niedermayer

uninitialized var ...

Originally committed as revision 927 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 2f0f5b20
......@@ -147,9 +147,10 @@ uint64_t time= rdtsc();
s->workaround_bugs= avctx->workaround_bugs;
s->flags= avctx->flags;
/* no supplementary picture */
*data_size = 0;
/* no supplementary picture */
if (buf_size == 0) {
*data_size = 0;
return 0;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册