mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 23:28:16 +00:00
msdkenc: remove unnecessary memset
https://bugzilla.gnome.org/show_bug.cgi?id=791479
This commit is contained in:
parent
3cc61f98b1
commit
1c81bf4bdc
1 changed files with 0 additions and 5 deletions
|
@ -1388,11 +1388,6 @@ gst_msdkenc_init (GstMsdkEnc * thiz)
|
|||
thiz->mbbrc = PROP_MBBRC_DEFAULT;
|
||||
thiz->adaptive_i = PROP_ADAPTIVE_I_DEFAULT;
|
||||
thiz->adaptive_b = PROP_ADAPTIVE_B_DEFAULT;
|
||||
|
||||
thiz->enable_extopt3 = FALSE;
|
||||
memset (&thiz->option2, 0, sizeof (thiz->option2));
|
||||
memset (&thiz->option3, 0, sizeof (thiz->option3));
|
||||
memset (&thiz->enc_cntrl, 0, sizeof (thiz->enc_cntrl));
|
||||
}
|
||||
|
||||
/* gst_msdkenc_set_common_property:
|
||||
|
|
Loading…
Reference in a new issue