DescriptionHandle FFmpeg initialization in a lazy instance.
Sadly function level static initialization is not thread safe on
MSVC (though it is on clang/gcc), so we need to switch back to
using a lazy instance to manage ffmpeg initialization :(
See "magic statics":
http://msdn.microsoft.com/en-us/library/vstudio/hh567368.aspx
BUG=159139
TEST=tests pass.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=165835
Patch Set 1 #
Total comments: 4
Patch Set 2 : Leaky! #Messages
Total messages: 7 (0 generated)
|