From 4ccd9c92ae107f58e5c1e36cf4d6f24d6afef7d0 Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Fri, 10 Jul 2009 17:23:03 +0200 Subject: videomixer: Remove the calculate_frame_size() function and use libgstvideo instead --- gst/videomixer/blend_bgra.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'gst/videomixer/blend_bgra.c') diff --git a/gst/videomixer/blend_bgra.c b/gst/videomixer/blend_bgra.c index 3cf08468..398738ed 100644 --- a/gst/videomixer/blend_bgra.c +++ b/gst/videomixer/blend_bgra.c @@ -131,10 +131,4 @@ gst_videomixer_fill_##name##_color (guint8 * dest, gint width, gint height, \ CREATE_FUNCTIONS (argb, 0, 1, 2, 3); CREATE_FUNCTIONS (bgra, 3, 2, 1, 0); -size_t -gst_videomixer_calculate_frame_size_bgra (gint width, gint height) -{ - return GST_ROUND_UP_4 (width) * height * 4; -} - #undef BLEND_MODE -- cgit