Skip to content

Commit

Permalink
[caps] update ATSM/iHD caps
Browse files Browse the repository at this point in the history
Signed-off-by: Wang Hangjie <[email protected]>
  • Loading branch information
Hangjie22Coder authored and uartie committed Jul 29, 2024
1 parent 61c673f commit d9af754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/caps/ATSM/iHD
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ caps = dict(
fmts = ["NV12", "YUY2", "AYUV"],
features = dict(scc = True),
),
hevc_10 = dict(maxres = res16k , fmts = ["P010", "Y210", "Y410"]),
hevc_10 = dict(maxres = res16k , fmts = ["P010", "Y210", "Y410"], features = dict(msp = True)),
vp9_8 = dict(maxres = res8k , fmts = ["NV12", "AYUV"]),
vp9_10 = dict(maxres = res8k , fmts = ["P010", "Y410"]),
av1_8 = dict(
Expand Down

0 comments on commit d9af754

Please sign in to comment.