aboutsummaryrefslogtreecommitdiff
path: root/gst/gaudieffects/gstburn.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/gaudieffects/gstburn.h')
-rw-r--r--gst/gaudieffects/gstburn.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/gst/gaudieffects/gstburn.h b/gst/gaudieffects/gstburn.h
index 1a3ed58e..656808c3 100644
--- a/gst/gaudieffects/gstburn.h
+++ b/gst/gaudieffects/gstburn.h
@@ -1,7 +1,7 @@
/*
* GStreamer
* Copyright (C) 2010 Luis de Bethencourt <luis@debethencourt.com>
- *
+ *
* Burn - curve adjustment film video effect.
*
* Permission is hereby granted, free of charge, to any person obtaining a
@@ -48,6 +48,7 @@
#include <gst/gst.h>
+#include <gst/video/video.h>
#include <gst/video/gstvideofilter.h>
G_BEGIN_DECLS
@@ -73,8 +74,6 @@ struct _GstBurn
/* < private > */
- gint width, height;
-
gint adjustment;
gboolean silent;
};