1
0
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:
Michael Niedermayer 2004-02-06 21:07:17 +00:00
parent b46243ed1c
commit 04a59bfb8d

View File

@ -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);