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:
He Junyan 2019-02-15 15:19:51 +08:00 committed by Víctor Manuel Jáquez Leal
parent 3d9555a86d
commit fd6291cc3c

View file

@ -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* */