Render NV12 color format

This commit is contained in:
loki 2021-05-02 22:35:19 +02:00
commit 37a9256587
12 changed files with 220 additions and 371 deletions

View file

@ -502,5 +502,5 @@ void freeInput(void *p) {
delete input;
}
std::unique_ptr<deinit_t> init() { return nullptr; }
std::unique_ptr<deinit_t> init() { return std::make_unique<deinit_t>(); }
}