mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
video-converter: Remove unused macro
Remove unused macro GET_TMP_LINE https://bugzilla.gnome.org/show_bug.cgi?id=748687
This commit is contained in:
parent
5a8d1d2246
commit
955dc5258f
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue