mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
x264enc: fix after merge
This commit is contained in:
parent
49f4bc87d9
commit
05a446b3c4
1 changed files with 1 additions and 0 deletions
|
@ -1976,6 +1976,7 @@ static GstFlowReturn
|
||||||
gst_x264_enc_encode_frame (GstX264Enc * encoder, x264_picture_t * pic_in,
|
gst_x264_enc_encode_frame (GstX264Enc * encoder, x264_picture_t * pic_in,
|
||||||
int *i_nal, gboolean send)
|
int *i_nal, gboolean send)
|
||||||
{
|
{
|
||||||
|
GstFlowReturn ret;
|
||||||
GstBuffer *out_buf = NULL, *in_buf = NULL;
|
GstBuffer *out_buf = NULL, *in_buf = NULL;
|
||||||
x264_picture_t pic_out;
|
x264_picture_t pic_out;
|
||||||
x264_nal_t *nal;
|
x264_nal_t *nal;
|
||||||
|
|
Loading…
Reference in a new issue