msdk: enc: Fix typo

This commit is contained in:
Sreerenj Balachandran 2018-02-20 17:22:35 -09:00
parent e924dec4e1
commit a50ecfe46c

View file

@ -1383,7 +1383,7 @@ gst_msdkenc_init (GstMsdkEnc * thiz)
thiz->enable_extopt3 = FALSE;
memset (&thiz->option2, 0, sizeof (thiz->option2));
memset (&thiz->option2, 0, sizeof (thiz->option3));
memset (&thiz->option3, 0, sizeof (thiz->option3));
}
/* gst_msdkenc_set_common_property: