#ifndef PLACEBO_H #define PLACEBO_H #include extern "C" { #include #include } int init_libplacebo( AVFilterGraph **filter_graph, AVFilterContext **buffersrc_ctx, AVFilterContext **buffersink_ctx, AVCodecContext *dec_ctx, int out_width, int out_height, uint32_t vk_device_index, const std::filesystem::path &shader_path ); #endif // PLACEBO_H