On Di, 2024-04-23 at 14:14 +0200, Andreas Rheinhardt wrote:
> Xiang, Haihao:
> > From: Haihao Xiang
> >
> > It is possible that ff_progress_frame_await() is called but
> > ff_progress_frame_report() isn't called when a hardware acceleration
> > method is used, so a thread for vp9 decoding might g
Xiang, Haihao:
> From: Haihao Xiang
>
> It is possible that ff_progress_frame_await() is called but
> ff_progress_frame_report() isn't called when a hardware acceleration
> method is used, so a thread for vp9 decoding might get stuck.
>
> Signed-off-by: Haihao Xiang
> ---
> libavcodec/vp9.c |
From: Haihao Xiang
It is possible that ff_progress_frame_await() is called but
ff_progress_frame_report() isn't called when a hardware acceleration
method is used, so a thread for vp9 decoding might get stuck.
Signed-off-by: Haihao Xiang
---
libavcodec/vp9.c | 2 +-
1 file changed, 1 insertion