Skip to content
Snippets Groups Projects
Commit dae9ffc4 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

uninitialized var ...

Originally committed as revision 927 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 2f0f5b20
No related branches found
No related tags found
No related merge requests found
...@@ -147,9 +147,10 @@ uint64_t time= rdtsc(); ...@@ -147,9 +147,10 @@ uint64_t time= rdtsc();
s->workaround_bugs= avctx->workaround_bugs; s->workaround_bugs= avctx->workaround_bugs;
s->flags= avctx->flags; s->flags= avctx->flags;
/* no supplementary picture */ *data_size = 0;
/* no supplementary picture */
if (buf_size == 0) { if (buf_size == 0) {
*data_size = 0;
return 0; return 0;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment