Revert "video-converter: Fix compiler warning because of missing prototype of non-static function"

This reverts commit 406f32a946.

The problem was apparently that my video-orc.h was not updated and did not
include the prototype for that function. Only a "make clean" caused it to
be regenerated.
This commit is contained in:
Sebastian Dröge 2014-12-12 10:01:36 +01:00
parent 406f32a946
commit 3fc5791b3f

View file

@ -374,11 +374,6 @@ gst_line_cache_alloc_line (GstLineCache * cache, gint idx)
return res; return res;
} }
/* Custom backup functions for ORC */
void _custom_video_orc_matrix8 (guint8 * ORC_RESTRICT d1,
const guint8 * ORC_RESTRICT s1, orc_int64 p1, orc_int64 p2, orc_int64 p3,
orc_int64 p4, int n);
static void video_converter_generic (GstVideoConverter * convert, static void video_converter_generic (GstVideoConverter * convert,
const GstVideoFrame * src, GstVideoFrame * dest); const GstVideoFrame * src, GstVideoFrame * dest);
static gboolean video_converter_lookup_fastpath (GstVideoConverter * convert); static gboolean video_converter_lookup_fastpath (GstVideoConverter * convert);