You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Adding Invalid Codec exception to AV1 unittest
This commit is contained in:
@@ -345,6 +345,8 @@ TEST_CASE( "Decoding AV1 Video", "[libopenshot][ffmpegreader]" )
|
||||
// Close reader
|
||||
r.Close();
|
||||
|
||||
} catch (const InvalidCodec & e) {
|
||||
// Ignore older FFmpeg versions which don't support AV1
|
||||
} catch (const InvalidFile & e) {
|
||||
// Ignore older FFmpeg versions which don't support AV1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user