[FFmpeg-devel] [PATCH 1/3] compat/w32pthreads: Add return values to match the simulated pthread functions.

Matt Oliver protogonoi at gmail.com
Fri Sep 25 09:54:14 CEST 2015


Some functions in the native win32 thread wrappers dont return a value.
Since the pthread functions they are simulating do return a value (aswell
as the equivalent os2 version) this patch updates them accordingly. This
makes the win32 variants more compatible with the pthread functions they
are emulating and allows them to be used in some instances were previously
they were not (such as async).
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-compat-w32pthreads-Add-return-values-to-match-the-si.patch
Type: application/octet-stream
Size: 4223 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150925/ef306c4b/attachment.obj>


More information about the ffmpeg-devel mailing list