Dummy: support also RG48

This commit is contained in:
Martin Pulec
2021-03-11 10:48:00 +01:00
parent 2ba15aae12
commit f5c19e12c4

View File

@@ -64,7 +64,7 @@ struct dummy_display_state {
dummy_display_state() : f(nullptr), t0(steady_clock::now()), frames(0) {}
struct video_frame *f;
steady_clock::time_point t0;
vector<codec_t> codecs = {I420, UYVY, YUYV, v210, R12L, RGBA, RGB, BGR};
vector<codec_t> codecs = {I420, UYVY, YUYV, v210, R12L, RGBA, RGB, BGR, RG48};
vector<int> rgb_shift = {0, 8, 16};
int frames = 0;