28 lines
961 B
Diff
28 lines
961 B
Diff
From 3029b0bd479ee17c15aca93b4c6e2fdad44c7824 Mon Sep 17 00:00:00 2001
|
|
From: Nicolas Dufresne <nicolas.dufresne@collabora.com>
|
|
Date: Wed, 15 Nov 2023 11:30:58 -0500
|
|
Subject: [PATCH 55/68] codecs: h264enc: Fix indentation
|
|
|
|
Upstream-Status: Pending
|
|
---
|
|
gst-libs/gst/codecs/gsth264encoder.c | 3 ++-
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/gst-libs/gst/codecs/gsth264encoder.c b/gst-libs/gst/codecs/gsth264encoder.c
|
|
index b024939..5769446 100644
|
|
--- a/gst-libs/gst/codecs/gsth264encoder.c
|
|
+++ b/gst-libs/gst/codecs/gsth264encoder.c
|
|
@@ -147,7 +147,8 @@ gst_h264_encoder_set_quality (GstH264Encoder * self, GstH264Frame * h264_frame)
|
|
}
|
|
|
|
static GstFlowReturn
|
|
-gst_h264_encoder_set_frame_type (GstH264Encoder * self, GstH264Frame * h264_frame)
|
|
+gst_h264_encoder_set_frame_type (GstH264Encoder * self,
|
|
+ GstH264Frame * h264_frame)
|
|
{
|
|
GstH264EncoderPrivate *priv = self->priv;
|
|
GstVideoCodecFrame *frame = h264_frame->frame;
|
|
--
|
|
2.25.1
|
|
|