summaryrefslogtreecommitdiffstats
path: root/gst/videomixer/blend_ayuv.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/videomixer/blend_ayuv.c')
-rw-r--r--gst/videomixer/blend_ayuv.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/gst/videomixer/blend_ayuv.c b/gst/videomixer/blend_ayuv.c
index 7cbe1546..b81b7b4f 100644
--- a/gst/videomixer/blend_ayuv.c
+++ b/gst/videomixer/blend_ayuv.c
@@ -264,9 +264,3 @@ gst_videomixer_fill_ayuv_color (guint8 * dest, gint width, gint height,
}
}
}
-
-size_t
-gst_videomixer_calculate_frame_size_ayuv (gint width, gint height)
-{
- return GST_ROUND_UP_4 (width) * height * 4;
-}