mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
msdk: decoder: comment to explain array reset
This commit is contained in:
parent
882befb5db
commit
f238066288
1 changed files with 1 additions and 1 deletions
|
@ -408,7 +408,7 @@ gst_msdkdec_init_decoder (GstMsdkDec * thiz)
|
|||
msdk_status_to_string (status));
|
||||
}
|
||||
|
||||
g_array_set_size (thiz->tasks, 0);
|
||||
g_array_set_size (thiz->tasks, 0); /* resets array content */
|
||||
g_array_set_size (thiz->tasks, thiz->param.AsyncDepth);
|
||||
thiz->next_task = 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue