Skip to content

tests: video: Test video format enum stability

It is really easy to break the API and insert a new video format in the middle of the enum instead of at the end. This minial test should catch the most obvious error. Ideally, this test should be updated after new format have been added, so that we cannot insert in before the last, but after the format being tested in a way that it would go unnoticed.

Merge request reports