From 3763f4057aeb2d7a075898c30d19ffebf925092d Mon Sep 17 00:00:00 2001 From: Luis de Bethencourt Date: Mon, 9 Mar 2015 16:25:43 +0000 Subject: [PATCH] vp9enc: remove duplicate declaration of function --- ext/vpx/gstvp9enc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/vpx/gstvp9enc.c b/ext/vpx/gstvp9enc.c index 5b2f896b25..e64f5af5ef 100644 --- a/ext/vpx/gstvp9enc.c +++ b/ext/vpx/gstvp9enc.c @@ -350,7 +350,6 @@ static gboolean gst_vp9_enc_flush (GstVideoEncoder * video_encoder); static GstFlowReturn gst_vp9_enc_drain (GstVideoEncoder * video_encoder); static GstFlowReturn gst_vp9_enc_handle_frame (GstVideoEncoder * video_encoder, GstVideoCodecFrame * frame); -static GstFlowReturn gst_vp9_enc_drain (GstVideoEncoder * video_encoder); static gboolean gst_vp9_enc_sink_event (GstVideoEncoder * video_encoder, GstEvent * event); static gboolean gst_vp9_enc_propose_allocation (GstVideoEncoder * encoder,