From a421cde9a6de7ac02a4ea973f00a716978dc4a97 Mon Sep 17 00:00:00 2001
From: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com>
Date: Thu, 7 Feb 2008 16:12:20 -0500
Subject: [PATCH] re oups

---
 src/audio/audiortp.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/audio/audiortp.h b/src/audio/audiortp.h
index c37174826e..d001bceaea 100644
--- a/src/audio/audiortp.h
+++ b/src/audio/audiortp.h
@@ -74,7 +74,8 @@ class AudioRtpRTX : public ost::Thread, public ost::TimerPort {
 		float32* _floatBufferUp;
 
 		/** Debugging output file */
-		//std::ofstream _fstream;
+		std::ofstream _fstream;
+		FILE* fd;
 
 		/** libsamplerate converter for incoming voice */
 		SRC_STATE*    _src_state_spkr;
-- 
GitLab