mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
bgra in .mov muxing
Originally committed as revision 18789 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
dfb0471fce
commit
5b50b8f57f
@ -616,6 +616,7 @@ static const struct {
|
||||
{ PIX_FMT_BGR555, MKTAG('r','a','w',' '), 16 },
|
||||
{ PIX_FMT_RGB24, MKTAG('r','a','w',' '), 24 },
|
||||
{ PIX_FMT_ARGB, MKTAG('r','a','w',' '), 32 },
|
||||
{ PIX_FMT_BGRA, MKTAG('B','G','R','A'), 32 },
|
||||
{ PIX_FMT_RGBA, MKTAG('R','G','B','A'), 32 },
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user