diff options
author | Paras Nagda <pnagda@codeaurora.org> | 2020-08-19 12:21:19 +0530 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2020-08-20 00:00:11 -0700 |
commit | f4929334582f37b38959cb208ce3ae15ba2d72f0 (patch) | |
tree | c1430acb29790e14521e21c54a0825c64e705ebe | |
parent | 82a1151b49f0b83bc954bf67911228fc4a236126 (diff) |
media: Talos: update the MediaCodec Tag
MediaCodec tag was misplaced.corrected
the same.
Change-Id: Id87e59cb03ce20238929d823710594b9738805b7
-rw-r--r-- | conf_files/sm6150/media_codecs.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf_files/sm6150/media_codecs.xml b/conf_files/sm6150/media_codecs.xml index bdc2f25c..c2ba2d2e 100644 --- a/conf_files/sm6150/media_codecs.xml +++ b/conf_files/sm6150/media_codecs.xml @@ -169,6 +169,7 @@ Only the three quirks included above are recognized at this point: <Limit name="performance-point-3840x2160" value="30" /> <Limit name="performance-point-1920x1080" value="120" /> <Limit name="performance-point-1280x720" value="240" /> + </MediaCodec> <MediaCodec name="OMX.qcom.video.encoder.hevc.cq" type="video/hevc" > <Quirk name="requires-allocate-on-input-ports" /> <Quirk name="requires-allocate-on-input-ports" /> @@ -181,7 +182,6 @@ Only the three quirks included above are recognized at this point: <Limit name="performance-point-512x512" value="480" /> <Feature name="bitrate-modes" value="CQ" /> </MediaCodec> - </MediaCodec> <!-- Video Software --> <MediaCodec name="OMX.qcom.video.encoder.h263sw" type="video/3gpp" > <Quirk name="requires-allocate-on-input-ports" /> |