summaryrefslogtreecommitdiff
path: root/ext/opencv/gsttextoverlay.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/opencv/gsttextoverlay.h')
-rw-r--r--ext/opencv/gsttextoverlay.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/opencv/gsttextoverlay.h b/ext/opencv/gsttextoverlay.h
index c1cc299e9..d68459135 100644
--- a/ext/opencv/gsttextoverlay.h
+++ b/ext/opencv/gsttextoverlay.h
@@ -49,9 +49,6 @@
#include <gst/opencv/gstopencvvideofilter.h>
#include <opencv2/core.hpp>
#include <opencv2/imgproc.hpp>
-#if (CV_MAJOR_VERSION >= 4)
-#include <opencv2/imgproc/imgproc_c.h>
-#endif
G_BEGIN_DECLS
@@ -74,8 +71,6 @@ struct _GstOpencvTextOverlay
{
GstOpencvVideoFilter element;
- CvFont font;
-
gint xpos;
gint ypos;
gint thickness;