From a50ecfe46cbb947a1f917de2776d36c31d28cfc7 Mon Sep 17 00:00:00 2001 From: Sreerenj Balachandran Date: Tue, 20 Feb 2018 17:22:35 -0900 Subject: [PATCH] msdk: enc: Fix typo --- sys/msdk/gstmsdkenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/msdk/gstmsdkenc.c b/sys/msdk/gstmsdkenc.c index 350714b027..9ff1db5a61 100644 --- a/sys/msdk/gstmsdkenc.c +++ b/sys/msdk/gstmsdkenc.c @@ -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: