Skip to content

Commit

Permalink
[caps] update LNL iHD caps
Browse files Browse the repository at this point in the history
LNL support decode vp8 feature.

Signed-off-by: Wang Hangjie <[email protected]>
  • Loading branch information
Hangjie22Coder authored and FocusLuo committed Nov 5, 2024
1 parent e66adb6 commit b8c939c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/caps/LNL/iHD
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ caps = dict(
),
hevc_10 = dict(maxres = res8k , fmts = ["P010", "Y210", "Y410"]),
hevc_12 = dict(maxres = res8k , fmts = ["P012", "Y212", "Y412"]),
vp8 = dict(maxres = res4k , fmts = ["NV12"]),
vp9_8 = dict(maxres = res8k , fmts = ["NV12", "AYUV"]),
vp9_10 = dict(maxres = res8k , fmts = ["P010", "Y410"]),
vp9_12 = dict(maxres = res8k , fmts = ["P012", "Y412"]),
Expand Down

0 comments on commit b8c939c

Please sign in to comment.