diff options
Diffstat (limited to 'gst/effectv/gstaging.c')
-rw-r--r-- | gst/effectv/gstaging.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/gst/effectv/gstaging.c b/gst/effectv/gstaging.c index 6b2841c6..b7fd149a 100644 --- a/gst/effectv/gstaging.c +++ b/gst/effectv/gstaging.c @@ -32,6 +32,7 @@ #include <math.h> #include "gstaging.h" +#include "gsteffectv.h" #include <gst/video/video.h> #include <gst/controller/gstcontroller.h> @@ -88,15 +89,6 @@ gst_agingtv_set_caps (GstBaseTransform * btrans, GstCaps * incaps, return ret; } -static inline guint -fastrand (void) -{ - static guint fastrand_val; - - return (fastrand_val = fastrand_val * 1103515245 + 12345); -} - - static void coloraging (guint32 * src, guint32 * dest, gint video_area, gint * c) { |