Attempt to fix crossfading
commit6e50c269eca61f54c9406dc3a6825dacad319e80
authorNicolas Pennequin <nicolas@nicolas-laptop.(none)>
Wed, 24 Oct 2007 18:36:05 +0000 (24 20:36 +0200)
committerlearman <learman@a1c6a512-1295-4272-9138-f99709370657>
Thu, 25 Oct 2007 19:18:20 +0000 (25 19:18 +0000)
treed5a3b0ce98a5595299bed8c759919bc34ee39800
parent2b1df3b23aea9c31eecf5a0b1c0587155bda8759
Attempt to fix crossfading

* Init the buffering code in audio_reset_buffer() instead of only once just
  after it is called.
* As buffering_init() can now be called serveral times, check the whether
  the buffering thread exists before attempting to create it.
apps/buffering.c
apps/playback.c