| 23 | |
| 24 | namespace pag { |
| 25 | static void RegisterSoftwareDecoder() { |
| 26 | auto factory = ffavc::DecoderFactory::GetHandle(); |
| 27 | PAGVideoDecoder::RegisterSoftwareDecoderFactory( |
| 28 | reinterpret_cast<pag::SoftwareDecoderFactory*>(factory)); |
| 29 | } |
| 30 | |
| 31 | void TestEnvironment::SetUp() { |
| 32 | std::vector<std::string> fontPaths = { |