summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/msdk/gstmsdkenc.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/msdk/gstmsdkenc.c b/sys/msdk/gstmsdkenc.c
index 413660ce6..4ccaf56c9 100644
--- a/sys/msdk/gstmsdkenc.c
+++ b/sys/msdk/gstmsdkenc.c
@@ -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: