From 955dc5258fa78e9637def7c765ce7cd08813636b Mon Sep 17 00:00:00 2001 From: Ravi Kiran K N Date: Thu, 30 Apr 2015 14:55:14 +0530 Subject: [PATCH] video-converter: Remove unused macro Remove unused macro GET_TMP_LINE https://bugzilla.gnome.org/show_bug.cgi?id=748687 --- gst-libs/gst/video/video-converter.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gst-libs/gst/video/video-converter.c b/gst-libs/gst/video/video-converter.c index 10d310e15a..50afefe9a4 100644 --- a/gst-libs/gst/video/video-converter.c +++ b/gst-libs/gst/video/video-converter.c @@ -3705,8 +3705,6 @@ convert_fill_border (GstVideoConverter * convert, GstVideoFrame * dest) } } -#define GET_TMP_LINE(fl,idx) &fl->data[fl->stride * ((idx) % fl->n_lines)] - static void convert_plane_fill (GstVideoConverter * convert, const GstVideoFrame * src, GstVideoFrame * dest, gint plane)