[vlc-devel] [PATCH] Support for Http Dynamic Streaming
Frédéric Yhuel
yhuelf at gmail.com
Thu May 29 21:06:21 CEST 2014
On Thu, May 29, 2014 at 8:07 PM, Jonathan Thambidurai
<jonathan at fastly.com> wrote:
>
> I only added the volatile after I ran into exactly the aforementioned phenomenon.
You added volatile and it "worked", a bit like illegal pointer
arithmetic would work in many cases.
But volatile is not meant as a mechanism for synchronization, as Rémi
told you. You might use mutex instead.
Best regards,
Frédéric
More information about the vlc-devel
mailing list