summaryrefslogtreecommitdiffstats
path: root/gst/colorspace/yuv2rgb.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/colorspace/yuv2rgb.h')
-rw-r--r--gst/colorspace/yuv2rgb.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gst/colorspace/yuv2rgb.h b/gst/colorspace/yuv2rgb.h
index e136f4d8..ed701cbd 100644
--- a/gst/colorspace/yuv2rgb.h
+++ b/gst/colorspace/yuv2rgb.h
@@ -85,10 +85,10 @@ GstColorspaceYUVTables * gst_colorspace_init_yuv(long depth,
#if 0
-GstColorspaceConverter* gst_colorspace_yuv2rgb_get_converter (const GstCaps *from, const GstCaps *to);
-#define gst_colorspace_convert(converter, src, dest) \
- (converter)->convert((converter), (src), (dest))
-void gst_colorspace_converter_destroy (GstColorspaceConverter *space);
+GstColorspaceConverter* gst_colorspace_yuv2rgb_get_converter (const GstCaps *from, const GstCaps *to);
+#define gst_colorspace_convert(converter, src, dest) \
+ (converter)->convert((converter), (src), (dest))
+void gst_colorspace_converter_destroy (GstColorspaceConverter *space);
#endif
G_END_DECLS