Skip to content

Commit

Permalink
Fix per-frame-qp WPT test page for HEVC.
Browse files Browse the repository at this point in the history
Correct VideoEncoderConfig's member name.

Bug: 40242198
Change-Id: Ia36bde67af796bd847c5753a05a4ac6c98d8b77e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6184842
Commit-Queue: Jianlin Qiu <[email protected]>
Reviewed-by: Eugene Zemtsov <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1408599}
  • Loading branch information
taste1981 authored and chromium-wpt-export-bot committed Jan 20, 2025
1 parent 77fff0c commit 760dad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webcodecs/per-frame-qp-encoding.https.any.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function get_config() {
'?vp9_p0': {codec: 'vp09.00.10.08'},
'?vp9_p2': {codec: 'vp09.02.10.10'},
'?h264': {codec: 'avc1.42001E', avc: {format: 'annexb'}},
'?h265': {codec: 'hev1.1.6.L93.90', hev: {format: 'annexb'}}
'?h265': {codec: 'hev1.1.6.L93.90', hevc: {format: 'annexb'}}
}[location.search];
config.width = 320;
config.height = 200;
Expand Down

0 comments on commit 760dad3

Please sign in to comment.