Files
FFmpeg/libavcodec/x86
Andreas Rheinhardt ead3134150 avcodec/mpegaudiodsp: Make ff_mpadsp_init() thread-safe
The only thing missing for this is to make ff_mpadsp_init_x86()
thread-safe; it currently isn't because a static table is initialized
every time ff_mpadsp_init() is called (when ARCH_X86 is true). Solve
this by initializing this table only once, namely together with the
ordinary not-arch specific tables. This also allows to reuse their AVOnce.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
2020-11-24 11:35:03 +01:00
..
2020-08-26 21:13:38 +02:00
2017-11-25 13:11:45 -03:00
2020-08-26 21:13:38 +02:00
2018-05-07 23:27:41 +01:00
2018-03-07 22:26:53 +01:00
2018-03-07 22:26:53 +01:00
2019-05-03 01:20:18 -03:00