]> granicus.if.org Git - libvpx/commit
vpx_encoder.h: make flag constants unsigned
authorJames Zern <jzern@google.com>
Wed, 17 Aug 2022 04:59:20 +0000 (21:59 -0700)
committerJames Zern <jzern@google.com>
Wed, 17 Aug 2022 04:59:20 +0000 (21:59 -0700)
commit9db0ec67e33fae4cfd066a7cf0fce9f81442c90e
tree5682f49d1022e95fd50f198e117a3cde296f3ec6
parenta76a0228359723fe8b3c522ea0e7c2e2acb26ca8
vpx_encoder.h: make flag constants unsigned

this matches the type for vpx_codec_frame_flags_t and
vpx_codec_er_flags_t and quiets int sanitizer warnings of the form:

implicit conversion from type 'int' of value -9 (32-bit, signed) to type
'unsigned int' changed the value to 4294967287 (32-bit, unsigned)

Bug: b/229626362
Change-Id: Icfc5993250f37cedb300c7032cab28ce4bec1f86
vpx/vpx_encoder.h