mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-08 23:42:28 +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;
|
thiz->enable_extopt3 = FALSE;
|
||||||
memset (&thiz->option2, 0, sizeof (thiz->option2));
|
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:
|
/* gst_msdkenc_set_common_property:
|
||||||
|
|
Loading…
Reference in a new issue