Perform image format conversion for VAAPI on the gpu

This commit is contained in:
loki
2021-06-04 21:12:06 +02:00
parent ff1ea1a63e
commit bdb9ed9001
29 changed files with 8524 additions and 217 deletions

View File

@@ -283,7 +283,7 @@ public:
sink_t sink;
// If hardware sink with more channels found, set that as host
int channels = 0;
int channels = 0;
// Count of all virtual sinks that are created by us
int nullcount = 0;
@@ -434,8 +434,4 @@ std::unique_ptr<audio_control_t> audio_control() {
return audio;
}
std::unique_ptr<deinit_t> init() {
return std::make_unique<deinit_t>();
}
} // namespace platf