mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 21:16:24 +00:00
libs: Delete the duplicated ARGB video format.
Two ARGB formats with the same format information. Should be verbose and delete one. Signed-off-by: He Junyan <junyan.he@hotmail.com>
This commit is contained in:
parent
3d9555a86d
commit
fd6291cc3c
1 changed files with 0 additions and 2 deletions
|
@ -86,8 +86,6 @@ static const GstVideoFormatMap gst_vaapi_video_formats[] = {
|
|||
24, 0x00ff0000, 0x0000ff00, 0x000000ff, 0x00000000),
|
||||
DEF_RGB (RGBx, ('R', 'G', 'B', 'X'), 32,
|
||||
24, 0x000000ff, 0x0000ff00, 0x00ff0000, 0x00000000),
|
||||
DEF_RGB (ARGB, ('A', 'R', 'G', 'B'), 32,
|
||||
32, 0x00ff0000, 0x0000ff00, 0x000000ff, 0xff000000),
|
||||
{0,}
|
||||
};
|
||||
/* *INDENT-ON* */
|
||||
|
|
Loading…
Reference in a new issue