Commit be66f506 authored by michaelni's avatar michaelni

uninitialized var ...


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@927 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 473b8ec8
......@@ -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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment