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
Fix 32bit rawvideo in avi on big-endian.
tags/n0.8
Carl Eugen Hoyos
14 years ago
parent
a138121bf1
commit
701012d676
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/rawdec.c
+ 1
- 1
libavcodec/rawdec.c
View File
@@ -56,7 +56,7 @@ static const PixelFormatTag pix_fmt_bps_avi[] = {
{ PIX_FMT_RGB555, 15 },
{ PIX_FMT_RGB555, 16 },
{ PIX_FMT_BGR24, 24 },
{ PIX_FMT_
RGB32,
32 },
{ PIX_FMT_
BGRA,
32 },
{ PIX_FMT_NONE, 0 },
};
Write
Preview
Loading…
Cancel
Save