summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_noformat.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmpcodecs/vf_noformat.c')
-rw-r--r--libmpcodecs/vf_noformat.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libmpcodecs/vf_noformat.c b/libmpcodecs/vf_noformat.c
index f92014f88d..9b3833c635 100644
--- a/libmpcodecs/vf_noformat.c
+++ b/libmpcodecs/vf_noformat.c
@@ -23,7 +23,6 @@
#include "config.h"
#include "mp_msg.h"
-#include "help_mp.h"
#include "img_format.h"
#include "mp_image.h"
@@ -40,7 +39,7 @@ static struct vf_priv_s {
//===========================================================================//
-static int query_format(struct vf_instance *vf, unsigned int fmt){
+static int query_format(struct vf_instance* vf, unsigned int fmt){
if(fmt!=vf->priv->fmt)
return vf_next_query_format(vf,fmt);
return 0;