diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2018-04-02 12:09:21 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2018-04-02 12:09:30 +0300 |
commit | c47a10fcf7e143f948d174d1e50e94f6b094d3f9 (patch) | |
tree | 694a4656ad265e902ef24f5bc7d2ee89e703a1c0 /kms++ | |
parent | e0067bdc75566629c9143818c8f3970c16c8825e (diff) |
Add DPI encoder
Diffstat (limited to 'kms++')
-rw-r--r-- | kms++/src/encoder.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kms++/src/encoder.cpp b/kms++/src/encoder.cpp index 9cd5304..bfb2ea8 100644 --- a/kms++/src/encoder.cpp +++ b/kms++/src/encoder.cpp @@ -28,6 +28,7 @@ static const map<int, string> encoder_types = { DEF_ENC(VIRTUAL), DEF_ENC(DSI), { 7, "DPMST" }, + { 8, "DPI" }, #undef DEF_ENC }; |