[vlc-devel] [PATCH 6/6] dash: removed cout from buffer

Christopher Mueller "Christopher Mueller" at mailsrv.uni-klu.ac.at
Tue Apr 3 16:41:43 CEST 2012


From: Christopher Mueller <christopher.mueller at itec.aau.at>

Signed-off-by: Christopher Mueller <christopher.mueller at itec.aau.at>
---
 modules/stream_filter/dash/buffer/BlockBuffer.cpp |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/modules/stream_filter/dash/buffer/BlockBuffer.cpp b/modules/stream_filter/dash/buffer/BlockBuffer.cpp
index ec20c2c..1408ce6 100644
--- a/modules/stream_filter/dash/buffer/BlockBuffer.cpp
+++ b/modules/stream_filter/dash/buffer/BlockBuffer.cpp
@@ -50,8 +50,6 @@ BlockBuffer::BlockBuffer    (stream_t *stream) :
 }
 BlockBuffer::~BlockBuffer   ()
 {
-    std::cout << "Delete buffer" << std::endl;
-
     block_Release(this->peekBlock);
 
     block_BytestreamRelease(&this->buffer);
-- 
1.7.0.4




More information about the vlc-devel mailing list