mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +00:00
x264enc: remove leaking "optimization"
This commit is contained in:
parent
2e7b2d8bdf
commit
e842b58405
1 changed files with 1 additions and 1 deletions
|
@ -431,7 +431,7 @@ gst_x264_enc_build_tunings_string (GstX264Enc * x264enc)
|
|||
{
|
||||
int i = 1;
|
||||
|
||||
if (x264enc->tunings && x264enc->tunings->len)
|
||||
if (x264enc->tunings)
|
||||
g_string_free (x264enc->tunings, TRUE);
|
||||
|
||||
if (x264enc->psy_tune) {
|
||||
|
|
Loading…
Reference in a new issue