summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorSreerenj Balachandran <sreerenj.balachandran@intel.com>2018-02-20 17:22:35 -0900
committerSreerenj Balachandran <sreerenj.balachandran@intel.com>2018-02-20 17:22:35 -0900
commita50ecfe46cbb947a1f917de2776d36c31d28cfc7 (patch)
tree5593a33f5734857ea9cb0da7a789fb7b4f750276 /sys
parente924dec4e1f094405eacfa4a0beaff165d47b0bb (diff)
downloadgstreamer-plugins-bad-a50ecfe46cbb947a1f917de2776d36c31d28cfc7.tar.gz
msdk: enc: Fix typo
Diffstat (limited to 'sys')
-rw-r--r--sys/msdk/gstmsdkenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/msdk/gstmsdkenc.c b/sys/msdk/gstmsdkenc.c
index 350714b02..9ff1db5a6 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: