mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
gstreamer: Remove unused variable
This commit is contained in:
parent
040c92d8b0
commit
f56e8b2fad
1 changed files with 0 additions and 6 deletions
|
@ -633,7 +633,6 @@ gst_svtav1enc_dequeue_encoded_frames (GstSvtAv1Enc * svtav1enc,
|
||||||
gboolean encode_at_eos = FALSE;
|
gboolean encode_at_eos = FALSE;
|
||||||
|
|
||||||
do {
|
do {
|
||||||
GList *pending_frames = NULL;
|
|
||||||
GstVideoCodecFrame *frame = NULL;
|
GstVideoCodecFrame *frame = NULL;
|
||||||
EbBufferHeaderType *output_buf = NULL;
|
EbBufferHeaderType *output_buf = NULL;
|
||||||
|
|
||||||
|
@ -675,11 +674,6 @@ gst_svtav1enc_dequeue_encoded_frames (GstSvtAv1Enc * svtav1enc,
|
||||||
|
|
||||||
ret = gst_video_encoder_finish_frame (GST_VIDEO_ENCODER (svtav1enc), frame);
|
ret = gst_video_encoder_finish_frame (GST_VIDEO_ENCODER (svtav1enc), frame);
|
||||||
|
|
||||||
if (pending_frames != NULL) {
|
|
||||||
g_list_free_full (pending_frames,
|
|
||||||
(GDestroyNotify) gst_video_codec_frame_unref);
|
|
||||||
}
|
|
||||||
|
|
||||||
svtav1enc->frame_count++;
|
svtav1enc->frame_count++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue