From 956a075fc45c3c2e13c23b1277e69ee21630f9b6 Mon Sep 17 00:00:00 2001 From: Thijs Vermeir Date: Thu, 16 Sep 2010 17:15:32 +0200 Subject: [PATCH] videotestsrc: Fix indentation --- gst/videotestsrc/videotestsrc.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/gst/videotestsrc/videotestsrc.h b/gst/videotestsrc/videotestsrc.h index bea918ccb2..b93b70485d 100644 --- a/gst/videotestsrc/videotestsrc.h +++ b/gst/videotestsrc/videotestsrc.h @@ -130,17 +130,18 @@ void gst_video_test_src_checkers8 (GstVideoTestSrc * v, void gst_video_test_src_circular (GstVideoTestSrc * v, unsigned char *dest, int w, int h); void gst_video_test_src_zoneplate (GstVideoTestSrc * v, - unsigned char *dest, int w, int h); + unsigned char *dest, int w, int h); void gst_video_test_src_gamut (GstVideoTestSrc * v, - unsigned char *dest, int w, int h); + unsigned char *dest, int w, int h); void gst_video_test_src_chromazoneplate (GstVideoTestSrc * v, - unsigned char *dest, int w, int h); + unsigned char *dest, int w, int h); void gst_video_test_src_ball (GstVideoTestSrc * v, - unsigned char *dest, int w, int h); -void gst_video_test_src_smpte100 (GstVideoTestSrc * v, + unsigned char *dest, int w, int h); +void gst_video_test_src_smpte100 (GstVideoTestSrc * v, unsigned char *dest, int w, int h); void gst_video_test_src_bar (GstVideoTestSrc * v, unsigned char *dest, int w, int h); + extern struct fourcc_list_struct fourcc_list[]; extern int n_fourccs;