Skip to content

Commit

Permalink
Support av1 8k decoding
Browse files Browse the repository at this point in the history
update media configure to support av1 8k decoding

Tracked-On: OAM-111302
Signed-off-by: zhangyichix <[email protected]>
  • Loading branch information
zhangyichix authored and sysopenci committed Aug 4, 2023
1 parent b5b7296 commit 0040642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion groups/codec2/true/media_codecs_intel_c2_video.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ and updated to vendor media codecs.

{{#hw_vd_av1}}
<MediaCodec name="c2.intel.av1.decoder" type="video/av01">
<Limit name="size" min="64x64" max="4096x4096" />
<Limit name="size" min="64x64" max="8192x8192" />
<Limit name="alignment" value="2x2" />
<Limit name="block-size" value="16x16" />
<Limit name="block-count" range="1-16384" />
Expand Down

0 comments on commit 0040642

Please sign in to comment.