video-converter: Remove unused macro
authorRavi Kiran K N <ravi.kiran@samsung.com>
Thu, 30 Apr 2015 09:25:14 +0000 (14:55 +0530)
committerTim-Philipp Müller <tim@centricular.com>
Thu, 30 Apr 2015 19:24:32 +0000 (20:24 +0100)
Remove unused macro GET_TMP_LINE

https://bugzilla.gnome.org/show_bug.cgi?id=748687

gst-libs/gst/video/video-converter.c

index 10d310e..50afefe 100644 (file)
@@ -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)