mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 20:19:55 +00:00
uninitialized var ...
Originally committed as revision 927 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
2f0f5b2059
commit
dae9ffc440
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user