diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2016-05-30 21:28:05 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2016-06-04 22:33:53 +0300 |
commit | 4604b871792546498e6665989eb4a30c0a47c152 (patch) | |
tree | aaeab6bfbd0f8813c4067a603bc90c7c3b11a94e /libkms++ | |
parent | 420940c3c4055f715a3d30825bfddfaf1fddd6cb (diff) |
Encoder: add DPMST type
Diffstat (limited to 'libkms++')
-rw-r--r-- | libkms++/encoder.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libkms++/encoder.cpp b/libkms++/encoder.cpp index e3b90fa..34e9c36 100644 --- a/libkms++/encoder.cpp +++ b/libkms++/encoder.cpp @@ -27,6 +27,7 @@ static const map<int, string> encoder_types = { DEF_ENC(TVDAC), DEF_ENC(VIRTUAL), DEF_ENC(DSI), + { 7, "DPMST" }, #undef DEF_ENC }; |