mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
vp9enc: remove duplicate declaration of function
This commit is contained in:
parent
823194284c
commit
3763f4057a
1 changed files with 0 additions and 1 deletions
|
@ -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_drain (GstVideoEncoder * video_encoder);
|
||||||
static GstFlowReturn gst_vp9_enc_handle_frame (GstVideoEncoder *
|
static GstFlowReturn gst_vp9_enc_handle_frame (GstVideoEncoder *
|
||||||
video_encoder, GstVideoCodecFrame * frame);
|
video_encoder, GstVideoCodecFrame * frame);
|
||||||
static GstFlowReturn gst_vp9_enc_drain (GstVideoEncoder * video_encoder);
|
|
||||||
static gboolean gst_vp9_enc_sink_event (GstVideoEncoder *
|
static gboolean gst_vp9_enc_sink_event (GstVideoEncoder *
|
||||||
video_encoder, GstEvent * event);
|
video_encoder, GstEvent * event);
|
||||||
static gboolean gst_vp9_enc_propose_allocation (GstVideoEncoder * encoder,
|
static gboolean gst_vp9_enc_propose_allocation (GstVideoEncoder * encoder,
|
||||||
|
|
Loading…
Reference in a new issue