mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 21:40:20 +00:00
Dummy: support also RG48
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user