segfault fix
Originally committed as revision 2754 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
b46243ed1c
commit
04a59bfb8d
1 changed files with 3 additions and 0 deletions
|
|
@ -436,6 +436,9 @@ static int ra144_decode_frame(AVCodecContext * avctx,
|
|||
int16_t *data = vdata;
|
||||
Real144_internal *glob=avctx->priv_data;
|
||||
|
||||
if(buf_size==0)
|
||||
return 0;
|
||||
|
||||
datao = data;
|
||||
unpack_input(buf,glob->unpacked);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue