opencv/modules/highgui
Manfred Georg 7f4eb4f6c6 set ffmpeg mutex to NULL on destruction.
The Mutex manager registered with ffmpeg must reset the mutex to NULL after destruction, otherwise ffmpeg will give the invalid mutex to the next mutex manager when it asks it to CREATE a new mutex.
See ffmpeg code: http://git.videolan.org/?p=ffmpeg.git;a=blob;f=libavcodec/utils.c;h=28c5785398fcf11a3d3c70a8cd09e9df798e2734;hb=HEAD#l3423

Cherry picked from head (file has moved but issue is the same).
Conflicts:
	modules/videoio/src/cap_ffmpeg_impl.hpp
2014-09-26 10:19:34 -07:00
..
doc Documentation - minor fix-ups 2014-04-23 17:30:27 +00:00
include/opencv2/highgui Multiple fixes in camera. 2014-03-21 17:26:05 +04:00
perf Normalized file endings. 2013-08-21 18:59:25 +04:00
src set ffmpeg mutex to NULL on destruction. 2014-09-26 10:19:34 -07:00
test Highgui_Tiff.decode_tile16384x16384 disabled for Android. 2014-02-25 10:36:20 +04:00
CMakeLists.txt Fixed CMake issue with FFMPEG highgui configuration 2014-09-23 23:46:03 +02:00