diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-05-02 17:45:42 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-05-02 17:45:42 +0100 |
| commit | fde38b664c98205dd4fe3721b125469d5dd2ecbe (patch) | |
| tree | d6462797c4f2c27d2a3342112555e61c9c097e03 /src/lib/ffmpeg.h | |
| parent | 693c691413536c523150fa1c96ab00a4a39f23ac (diff) | |
Hack around crash on exist of tests due to race between ~FFmpeg and __cxa_finalize.
Diffstat (limited to 'src/lib/ffmpeg.h')
| -rw-r--r-- | src/lib/ffmpeg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ffmpeg.h b/src/lib/ffmpeg.h index 760918437..04be4873a 100644 --- a/src/lib/ffmpeg.h +++ b/src/lib/ffmpeg.h @@ -75,7 +75,7 @@ protected: a mutex around calls to avcodec_open* and avcodec_close... and here it is. */ - static boost::mutex _mutex; + static boost::mutex* _mutex; private: void setup_general (); |
