mirror of https://github.com/FFmpeg/FFmpeg.git
Formats ARGB32, XRGB32, ABGR32, and XBGR32 were added to V4L2 instead of ill-defined deprecated RGB32/BGR32 pixel formats. When pixel format is not specified explicitly FFmpeg tries formats in order in which they are stored in the table. Therefore formats are sorted as follows: BGR is preferred over RGB and XBGR is preferred over ARGB, because it could give better performance by ignoring alpha component.pull/284/merge
parent
0612e29b59
commit
9481802539
1 changed files with 6 additions and 0 deletions
Loading…
Reference in new issue