mirror of
https://github.com/mpv-player/mpv
synced 2025-02-06 07:01:45 +00:00
vf_pp: fix include statement
This commit is contained in:
parent
c56b1f2d90
commit
061c7eba97
@ -22,6 +22,7 @@
|
|||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
#include <libpostproc/postprocess.h>
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "common/msg.h"
|
#include "common/msg.h"
|
||||||
@ -30,7 +31,6 @@
|
|||||||
#include "video/img_format.h"
|
#include "video/img_format.h"
|
||||||
#include "video/mp_image.h"
|
#include "video/mp_image.h"
|
||||||
#include "vf.h"
|
#include "vf.h"
|
||||||
#include "libpostproc/postprocess.h"
|
|
||||||
|
|
||||||
struct vf_priv_s {
|
struct vf_priv_s {
|
||||||
int pp;
|
int pp;
|
||||||
|
Loading…
Reference in New Issue
Block a user