[vlc-devel] Reworking OpenSLES audio output

Hugo Beauzee-Luyssen beauze.h at gmail.com
Tue May 3 16:57:01 CEST 2011


On Tue, May 3, 2011 at 4:47 PM, Hugo Beauzee-Luyssen <beauze.h at gmail.com> wrote:
> Hi,
>
> I'm currently working on the OpenSLES audio output, initially created
> by Asmadeus, in order to have a native aout module for android.
> This is a (almost) working version, but I'm pretty sure there's a lot
> to fix, so I'll gladly hear your remarks !
>
> Regards,
>

I just noticed the "buffer_enqueud" flag isn't thread safe...
Any thoughts on using __atomic_dec/inc (assuming the comparison
between an integer and a literal is atomic, which can be a false
belief of mine...) ?

-- 
Hugo Beauzée-Luyssen



More information about the vlc-devel mailing list