d3d11format: Remove invalid format from supported format list

This commit is contained in:
Seungha Yang 2020-01-09 11:14:47 +09:00
parent e4389146d9
commit da50cc4d92

View file

@ -26,7 +26,7 @@
#include "gstd3d11_fwd.h"
#define GST_D3D11_FORMATS \
"{ BGRA, RGBA, RGB10A2, RGB10A2_LE, VUYA, NV12, P010_10LE, I420, I420_10LE }"
"{ BGRA, RGBA, RGB10A2_LE, VUYA, NV12, P010_10LE, I420, I420_10LE }"
G_BEGIN_DECLS