diff options
author | Marton Balint <cus@passwd.hu> | 2018-10-20 12:12:42 +0200 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2018-11-01 23:12:03 +0100 |
commit | 00e7e4b1880678d8df0a0627b77e92d36ff32f8f (patch) | |
tree | ec2950cd7242dd9f14cf2a7ce3a91dd8016fd97f /libswscale/arm/Makefile | |
parent | 938bc919eac46b1b44a199dda0cad241d8e60e44 (diff) | |
download | ffmpeg-00e7e4b1880678d8df0a0627b77e92d36ff32f8f.tar.gz |
avcodec/libx264: remove FF_CODEC_CAP_INIT_THREADSAFE flag
Libx264 uses strtok which is not thread safe. Strtok is used in
x264_param_default_preset in param_apply_tune in x264/common/base.c.
Therefore the flag must be removed.
x264 fixed the issue, once the fix is pushed to stable, an #if can be added
to re-enable the flag based on X264_BUILD number.
Fixes ticket #7446.
Signed-off-by: Marton Balint <cus@passwd.hu>
(cherry picked from commit b02490a497009064b7f192802aa246aa0b6a4dad)
Diffstat (limited to 'libswscale/arm/Makefile')
0 files changed, 0 insertions, 0 deletions