From fd6291cc3c1584ccb9447217e9abfb73ca123e5e Mon Sep 17 00:00:00 2001 From: He Junyan Date: Fri, 15 Feb 2019 15:19:51 +0800 Subject: [PATCH] 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 --- gst-libs/gst/vaapi/video-format.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gst-libs/gst/vaapi/video-format.c b/gst-libs/gst/vaapi/video-format.c index f24fb6c822..a2394fa7cf 100644 --- a/gst-libs/gst/vaapi/video-format.c +++ b/gst-libs/gst/vaapi/video-format.c @@ -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* */