summaryrefslogtreecommitdiffstats
path: root/gst/videomixer/blend_ayuv.c
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-07-10 17:23:03 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-07-10 17:23:03 +0200
commit4ccd9c92ae107f58e5c1e36cf4d6f24d6afef7d0 (patch)
treef0622898b9defa378e0447cde0b0a08e41b2090a /gst/videomixer/blend_ayuv.c
parent34c97c0c6f64052953ead4ae734746597f1a97c2 (diff)
videomixer: Remove the calculate_frame_size() function and use libgstvideo instead
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;
-}