mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 23:28:16 +00:00
msdk: enc: Fix typo
This commit is contained in:
parent
e924dec4e1
commit
a50ecfe46c
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue