diff options
author | Paras Nagda <pnagda@codeaurora.org> | 2021-11-17 07:51:07 +0530 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2021-11-19 02:21:05 -0800 |
commit | 2e547edfb2c7b5208539d9715f60ea4840c1a3e0 (patch) | |
tree | b7971d05f31fab5af838e0275e37ff1f1f1eedbf | |
parent | 13c84f7bcbb4eeeef34342ae70ffad07c02a555b (diff) |
conf_files: kona: add Attribute name for SW encoder
Change-Id: Ibf7e17fd3491f4eec2f46f84f28b4024502f4b5f
-rw-r--r-- | conf_files/kona/media_codecs.xml | 1 | ||||
-rw-r--r-- | conf_files/kona/media_codecs_vendor.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/conf_files/kona/media_codecs.xml b/conf_files/kona/media_codecs.xml index fa3cb5c5..d725d07f 100644 --- a/conf_files/kona/media_codecs.xml +++ b/conf_files/kona/media_codecs.xml @@ -297,6 +297,7 @@ Only the three quirks included above are recognized at this point: <Limit name="blocks-per-second" min="36" max="48600" /> <Limit name="bitrate" range="1-8000000" /> <Limit name="frame-rate" range="1-30" /> + <Attribute name="software-codec" /> <Limit name="concurrent-instances" max="3" /> <Limit name="performance-point-720x576" value="25" /> <Limit name="performance-point-720x480" value="30" /> diff --git a/conf_files/kona/media_codecs_vendor.xml b/conf_files/kona/media_codecs_vendor.xml index 850b4d90..c22c2efe 100644 --- a/conf_files/kona/media_codecs_vendor.xml +++ b/conf_files/kona/media_codecs_vendor.xml @@ -298,6 +298,7 @@ Only the three quirks included above are recognized at this point: <Limit name="blocks-per-second" min="36" max="48600" /> <Limit name="bitrate" range="1-8000000" /> <Limit name="frame-rate" range="1-30" /> + <Attribute name="software-codec" /> <Limit name="concurrent-instances" max="3" /> <Limit name="performance-point-720x576" value="25" /> <Limit name="performance-point-720x480" value="30" /> |