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