DescriptionH264: Don't disable compiler warning by using NO_THREAD_SAFETY_ANALYSIS.
The LockManagerOperation global function uses void** which does not work
well with the thread_annotations.h macros and produce compiler warnings
on clang (chromium default). Workarounds to this is hacky and unhelpful
so we disable the analysis for this function, which isn't helpful in
this case anyway.
webrtc_h264_config is no longer needed and is removed.
BUG=webrtc:8090, webrtc:8119
Review-Url: https://codereview.webrtc.org/3000263002
Cr-Commit-Position: refs/heads/master@{#19425}
Committed: https://chromium.googlesource.com/external/webrtc/+/228fb0e1ec5f25018d112bf891bf8cca4a038fed
Patch Set 1 #Patch Set 2 : OWNERS file added #
Messages
Total messages: 22 (12 generated)
|