| 55 | } |
| 56 | |
| 57 | std::shared_ptr<TestFFmpegVulkanDecoder> TestFFmpegVulkanDecoder::Make() { |
| 58 | return std::make_shared<TestFFmpegVulkanDecoder>(); |
| 59 | } |
| 60 | |
| 61 | TestFFmpegVulkanDecoder::TestFFmpegVulkanDecoder() { |
| 62 |
nothing calls this directly
no outgoing calls
no test coverage detected