diff options
author | wm4 <nfxjfg@googlemail.com> | 2017-12-21 23:03:24 +0100 |
---|---|---|
committer | wm4 <nfxjfg@googlemail.com> | 2017-12-26 02:50:00 +0100 |
commit | 4ed66517c62c599701b3793fa2843d5a8530a4f4 (patch) | |
tree | d3cd8ed810ab76839e40708adcdfca81a80e1257 /libavcodec/dca_core.c | |
parent | 86a13bf2ffb40d44260d5747a4782a42a43a1ed8 (diff) | |
download | ffmpeg-4ed66517c62c599701b3793fa2843d5a8530a4f4.tar.gz |
lavc: remove complex debug code around avcodec init locking
This is just a lot of complicated and confusing code that had no purpose
anymore.
Also, the functions return values were checked only sometimes. Locking
shouldn't fail anyway, so remove the return values. Barely any other
pthread lock calls check the return value (including more important code
that is more likely to fail horribly if locking fails).
It could be argued that it might be helpful in some debugging
situations, or when the user built FFmpeg without thread support against
all good advice.
But there are dummy atomics too, so the atomic check won't help with
ensuring correctness absolutely. You gain very little.
Also, for debugging, you can just raise the ASSERT_LEVEL, and then
libavutil/thread.h will redefine the locking functions to explicitly
check the return values.
Diffstat (limited to 'libavcodec/dca_core.c')
0 files changed, 0 insertions, 0 deletions