Re: [FFmpeg-devel] [PATCH 01/39] avcodec/rl: Remove nonstatic storage of RL tables

2020-12-30 Thread Anton Khirnov
Quoting Andreas Rheinhardt (2020-12-10 12:16:19) > ff_rl_free() was added in 324e50ee95929a9491b855c5e15451145bd5d1ec, > but never used; nonstatic storage was not used long before that. > > Signed-off-by: Andreas Rheinhardt > --- Looks ok. -- Anton Khirnov _

[FFmpeg-devel] [PATCH 01/39] avcodec/rl: Remove nonstatic storage of RL tables

2020-12-10 Thread Andreas Rheinhardt
ff_rl_free() was added in 324e50ee95929a9491b855c5e15451145bd5d1ec, but never used; nonstatic storage was not used long before that. Signed-off-by: Andreas Rheinhardt --- The test for whether a RLTable has already been initialized will be removed once all callers are behind ff_thread_once() (same