[vlc-commits] audiotrack: get rid of the thread and the queue
    Thomas Guillem 
    git at videolan.org
       
    Fri Apr  3 12:46:49 CEST 2015
    
    
  
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Fri Apr  3 12:43:40 2015 +0200| [29a4acbd4de4718f17ee015b45c3bf013b1fd339] | committer: Jean-Baptiste Kempf
audiotrack: get rid of the thread and the queue
No need to have a queue inside VLC since we can control the size of the
AudioTrack buffer. There is now only one delay to handle, the AudioTrack one.
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=29a4acbd4de4718f17ee015b45c3bf013b1fd339
---
 modules/audio_output/audiotrack.c |  690 +++++++------------------------------
 1 file changed, 134 insertions(+), 556 deletions(-)
Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=29a4acbd4de4718f17ee015b45c3bf013b1fd339
    
    
More information about the vlc-commits
mailing list