Skip to content

Add unit test of qtav static configuration

Steve Robbins requested to merge (removed):master into master

Unit test that covers the same code as cli program tests/codecslist.cpp.

I'm slowly easing into the QtAv + MPEG 5 issues. I started looking at the test code in core/tests/video/qtav/tests and was able to create a small fix the other day. Thought it might be useful to create unit tests from this code, so here's my first humble contribution: a test based on qtav/tests/codecslist.cpp. Appreciate any feedback on this change -- for example is the "qtav-" prefix desired?

Merge request reports