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 2764 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer
21 years ago
parent
ae2e7208f9
commit
fc374fe299
1 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
libavcodec/indeo3.c
+ 6
- 0
libavcodec/indeo3.c
View File
@@ -1056,6 +1056,12 @@ static int indeo3_decode_frame(AVCodecContext *avctx,
unsigned char *src, *dest;
int y;
/* no supplementary picture */
if (buf_size == 0) {
*data_size = 0;
return 0;
}
iv_decode_frame(s, buf, buf_size);
if(s->frame.data[0])
Write
Preview
Loading…
Cancel
Save