We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c189a88 commit 2350037Copy full SHA for 2350037
va/va_enc_av1.h
@@ -656,8 +656,12 @@ typedef struct _VAEncPictureParameterBufferAV1 {
656
* Otherwise disable palette encoding.
657
*/
658
uint32_t palette_mode_enable : 1;
659
+ /** \brief Corresponds to AV1 syntax element of the same name. */
660
+ uint32_t allow_screen_content_tools : 1;
661
662
+ uint32_t force_integer_mv : 1;
663
/** \brief Reserved bytes for future use, must be zero. */
- uint32_t reserved : 18;
664
+ uint32_t reserved : 16;
665
} bits;
666
uint32_t value;
667
} picture_flags;
0 commit comments