[FFmpeg-devel] [PATCH 3/3] avutil/threadmessage: fix condition broadcasting

Clément Bœsch u at pkh.me
Sat Dec 5 12:45:02 CET 2015


On Wed, Dec 02, 2015 at 03:57:31PM +0100, Clément Bœsch wrote:
[...]
> This second solution replaces the condition with two: one to notify the
> senders, and one to notify the receivers. This prevents senders from
> notifying other senders instead of a reader, and the other way around.
> It also avoid broadcasting to everyone like the first solution, and is,
> as a result in theory more optimized.
> ---
>  libavutil/threadmessage.c | 35 ++++++++++++++++++++++++-----------
>  1 file changed, 24 insertions(+), 11 deletions(-)
> 

ping, I'd like to apply this fix soon

[...]

-- 
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20151205/9660dcb4/attachment.sig>


More information about the ffmpeg-devel mailing list