Support height/width swap

Enable support for height/width swap so that vertical videos
with supported resolution can be played with HW AV1 decoder.

bug: 195409679
Test: AV1 video playback in vertical as well as horizontal orientation.

Signed-off-by: Vinay Kalia <vinaykalia@google.com>
Change-Id: I939f6a0dc432f6b1c92a1e818647afb66c20d856
diff --git a/media_codecs_bo_c2.xml b/media_codecs_bo_c2.xml
index a679f95..22ad88e 100644
--- a/media_codecs_bo_c2.xml
+++ b/media_codecs_bo_c2.xml
@@ -29,6 +29,7 @@
           <Limit name="performance-point-1920x1080" value="120" />
           <Limit name="performance-point-3840x2160" value="60" />
           <Feature name="adaptive-playback" />
+          <Feature name="can-swap-width-height" value="1" />
         </MediaCodec>
         <MediaCodec name="c2.google.av1.decoder.secure" type="video/av01">
           <Limit name="size" min="96x96" max="3840x2160" />
@@ -44,6 +45,7 @@
           <Limit name="performance-point-3840x2160" value="60" />
           <Feature name="adaptive-playback" />
           <Feature name="secure-playback" required="true" />
+          <Feature name="can-swap-width-height" value="1" />
         </MediaCodec>
     </Decoders>
 </MediaCodecs>