]> git.sesse.net Git - vlc/commit
audiotrack: add WriteV21 (for Lollipop)
authorThomas Guillem <thomas@gllm.fr>
Tue, 3 Mar 2015 17:05:39 +0000 (18:05 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 4 Mar 2015 09:02:55 +0000 (10:02 +0100)
commit4ea3c30718e23333dca1652415c70dc956560c48
tree7caa1a77fa58ca97a527dcb69752b1d82244678e
parenta0107422ab3db4c34896d4c100c865bd5cda04fa
audiotrack: add WriteV21 (for Lollipop)

There is a new write method that can be non blocking and that can use a direct
ByteBuffer (no memcpy between java and jni).

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/audio_output/audiotrack.c