This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
segfault fix
Originally committed as revision 2754 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer
22 years ago
parent
b46243ed1c
commit
04a59bfb8d
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
libavcodec/ra144.c
+ 3
- 0
libavcodec/ra144.c
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);
Write
Preview
Loading…
Cancel
Save