| 190 | }; |
| 191 | |
| 192 | struct BackendAvailability { |
| 193 | bool vaapi = false; |
| 194 | bool cuda = false; |
| 195 | bool vulkan_runtime = false; |
| 196 | }; |
| 197 | |
| 198 | static std::string AvError(int errnum) { |
| 199 | char buffer[AV_ERROR_MAX_STRING_SIZE] = {0}; |
nothing calls this directly
no outgoing calls
no test coverage detected