mirror of
https://github.com/jojo61/vdr-plugin-softhdcuvid.git
synced 2025-03-01 10:39:28 +00:00
libplacebo 6.338.1
This commit is contained in:
parent
6704b2ca5a
commit
3f06eaea84
@ -53,6 +53,9 @@ extern "C" {
|
|||||||
#ifdef PLACEBO
|
#ifdef PLACEBO
|
||||||
#include <libplacebo/filters.h>
|
#include <libplacebo/filters.h>
|
||||||
extern void ToggleLUT();
|
extern void ToggleLUT();
|
||||||
|
#if PL_API_VER >= 338
|
||||||
|
#define pl_named_filters pl_filter_presets
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
3
video.c
3
video.c
@ -192,6 +192,9 @@ typedef void *EGLImageKHR;
|
|||||||
#include <libplacebo/shaders/lut.h>
|
#include <libplacebo/shaders/lut.h>
|
||||||
#endif
|
#endif
|
||||||
#include <libplacebo/renderer.h>
|
#include <libplacebo/renderer.h>
|
||||||
|
#if PL_API_VER >= 338
|
||||||
|
#define pl_named_filters pl_filter_presets
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <libswscale/swscale.h>
|
#include <libswscale/swscale.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user