mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
Fix 32bit rawvideo in avi on big-endian.
This commit is contained in:
parent
a138121bf1
commit
701012d676
@ -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 },
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user