> On Aug 28, 2020, at 9:13 AM, Steven Liu wrote:
>
> From: Tian Qi
>
> In the VT encoding insertion by FFmpeg,
> and vtenc_q_push is callback to add the encoded data
> to the singly linked list group in VTEncContext,
> and consumers are notified to fetch it.
> However, because it first inform
From: Tian Qi
In the VT encoding insertion by FFmpeg,
and vtenc_q_push is callback to add the encoded data
to the singly linked list group in VTEncContext,
and consumers are notified to fetch it.
However, because it first informs consumers of pthread_cond_signal,
and then inserts the data into th