Re: [FFmpeg-devel] [PATCH 1/3] avcodec/vp3: Move work after ff_thread_finish_setup

2023-09-15 Thread Andreas Rheinhardt
Andreas Rheinhardt: > all_fragments is not synced between threads; resetting it can wait. > > Signed-off-by: Andreas Rheinhardt > --- > libavcodec/vp3.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavcodec/vp3.c b/libavcodec/vp3.c > index 5002800ef2..272dd89117 10

[FFmpeg-devel] [PATCH 1/3] avcodec/vp3: Move work after ff_thread_finish_setup

2023-09-13 Thread Andreas Rheinhardt
all_fragments is not synced between threads; resetting it can wait. Signed-off-by: Andreas Rheinhardt --- libavcodec/vp3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/vp3.c b/libavcodec/vp3.c index 5002800ef2..272dd89117 100644 --- a/libavcodec/vp3.c +++ b/liba