mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
10000l
Originally committed as revision 2665 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
96b73a2ada
commit
ac548c5d1d
@ -921,6 +921,11 @@ static int dvvideo_decode_frame(AVCodecContext *avctx,
|
||||
DVVideoDecodeContext *s = avctx->priv_data;
|
||||
int ds, vs;
|
||||
const uint16_t *mb_pos_ptr;
|
||||
|
||||
*data_size=0;
|
||||
/* special case for last picture */
|
||||
if(buf_size==0)
|
||||
return 0;
|
||||
|
||||
s->sys = dv_frame_profile(buf);
|
||||
if (!s->sys || buf_size < s->sys->frame_size)
|
||||
|
Loading…
Reference in New Issue
Block a user