tests:validate: Also test opus and theora in OGG

This commit is contained in:
Thibault Saunier 2016-08-01 12:55:07 -04:00
parent e1f6b9fefb
commit ff6937d044

View file

@ -36,6 +36,7 @@ if "win32" in sys.platform:
GES_ENCODING_TARGET_COMBINATIONS = [
MediaFormatCombination("ogg", "vorbis", "theora"),
MediaFormatCombination("ogg", "opus", "theora"),
MediaFormatCombination("webm", "vorbis", "vp8"),
MediaFormatCombination("webm", "opus", "vp8"),
MediaFormatCombination("mp4", "aac", "h264"),