Re: [FFmpeg-devel] [PATCH 2/3] avcodec/hevcdec: Remove redundant context_initialized

2022-06-30 Thread Anton Khirnov
Quoting Andreas Rheinhardt (2022-06-30 10:51:55) > All contexts are always initialized during init, regardless > of whether frame threading is in use or not. > > Signed-off-by: Andreas Rheinhardt > --- > libavcodec/hevcdec.c | 7 --- > libavcodec/hevcdec.h | 1 - > 2 files changed, 8 deletio

[FFmpeg-devel] [PATCH 2/3] avcodec/hevcdec: Remove redundant context_initialized

2022-06-30 Thread Andreas Rheinhardt
All contexts are always initialized during init, regardless of whether frame threading is in use or not. Signed-off-by: Andreas Rheinhardt --- libavcodec/hevcdec.c | 7 --- libavcodec/hevcdec.h | 1 - 2 files changed, 8 deletions(-) diff --git a/libavcodec/hevcdec.c b/libavcodec/hevcdec.c i