From d42475f2dc42650e38069a22f020635132dd5341 Mon Sep 17 00:00:00 2001 From: Johns Date: Thu, 3 Jan 2013 18:52:34 +0100 Subject: Prepared reentrant video stream. --- audio.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'audio.c') diff --git a/audio.c b/audio.c index 644c18a..6948785 100644 --- a/audio.c +++ b/audio.c @@ -1,7 +1,7 @@ /// /// @file audio.c @brief Audio module /// -/// Copyright (c) 2009 - 2012 by Johns. All Rights Reserved. +/// Copyright (c) 2009 - 2013 by Johns. All Rights Reserved. /// /// Contributor(s): /// @@ -163,7 +163,6 @@ static int AudioStereoDescent; ///< volume descent for stereo static int AudioVolume; ///< current volume (0 .. 1000) extern int VideoAudioDelay; ///< import audio/video delay -extern int VideoGetBuffers(void); ///< Get number of input buffers. /// default ring buffer size ~2s 8ch 16bit (3 * 5 * 7 * 8) static const unsigned AudioRingBufferSize = 3 * 5 * 7 * 8 * 2 * 1000; -- cgit v1.2.3