Commit c5c4d4a8 authored by michael's avatar michael

segfault fix


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2754 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent bb7ed750
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment