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
BMP: Support BMP OS/2 v2 with RLE compression.
Fixes ticket
#699
. Patch also provided by Peter Ross.
tags/n0.9
ami_stuff
Carl Eugen Hoyos
14 years ago
parent
8dcd2a41ec
commit
28a11a67d2
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/bmp.c
+ 1
- 1
libavcodec/bmp.c
View File
@@ -115,7 +115,7 @@ static int bmp_decode_frame(AVCodecContext *avctx,
depth = bytestream_get_le16(&buf);
if(ihsize == 40)
if(ihsize == 40
|| ihsize == 64
)
comp = bytestream_get_le32(&buf);
else
comp = BMP_RGB;
Write
Preview
Loading…
Cancel
Save