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
Zero palette in case not all entries are initialized later
Originally committed as revision 21384 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Kostya Shishkov
16 years ago
parent
6481075443
commit
2727649677
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
libavcodec/vb.c
+ 2
- 0
libavcodec/vb.c
View File
@@ -254,6 +254,8 @@ static av_cold int decode_init(AVCodecContext *avctx)
c->frame = av_malloc( avctx->width * avctx->height);
c->prev_frame = av_malloc( avctx->width * avctx->height);
memset(c->pal, 0, sizeof(c->pal));
return 0;
}
Write
Preview
Loading…
Cancel
Save