mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
segfault fix
Originally committed as revision 2754 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
b46243ed1c
commit
04a59bfb8d
@ -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…
Reference in New Issue
Block a user