mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-23 00:47:31 +09:00
Update aom to commit id f5bdeac22930ff4c6b219be49c843db35970b918
This commit is contained in:
parent
e329bc4331
commit
2ab8fcbfd1
370 changed files with 56185 additions and 32026 deletions
4
third_party/aom/aom_scale/yv12config.h
vendored
4
third_party/aom/aom_scale/yv12config.h
vendored
|
|
@ -69,6 +69,10 @@ typedef struct yv12_buffer_config {
|
|||
int subsampling_y;
|
||||
unsigned int bit_depth;
|
||||
aom_color_space_t color_space;
|
||||
#if CONFIG_COLORSPACE_HEADERS
|
||||
aom_transfer_function_t transfer_function;
|
||||
aom_chroma_sample_position_t chroma_sample_position;
|
||||
#endif
|
||||
aom_color_range_t color_range;
|
||||
int render_width;
|
||||
int render_height;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue