diff options
Diffstat (limited to 'gst/deinterlace/gstdeinterlace.h')
-rw-r--r-- | gst/deinterlace/gstdeinterlace.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gst/deinterlace/gstdeinterlace.h b/gst/deinterlace/gstdeinterlace.h index c46c3af6..8f393c66 100644 --- a/gst/deinterlace/gstdeinterlace.h +++ b/gst/deinterlace/gstdeinterlace.h @@ -24,7 +24,7 @@ #include <config.h> #include <gst/gst.h> -// #include <gst/meta/audioraw.h> +/* #include <gst/meta/audioraw.h> */ #ifdef __cplusplus @@ -55,8 +55,8 @@ struct _GstDeInterlace { gboolean show_deinterlaced_area_only; gboolean blend; - gint threshold_blend; // here we start blending - gint threshold; // here we start interpolating TODO FIXME + gint threshold_blend; /* here we start blending */ + gint threshold; /* here we start interpolating TODO FIXME */ gint edge_detect; gint picsize; |