Skip to content

av1enc: Use correct enum type with libaom >= 3

Sebastian Dröge requested to merge slomo/gstreamer:aom-3 into main

This fixes, among other things, a compiler warning with clang.

Also add static assertions that our own enum values match with the ones from libaom.

Merge request reports