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

Christopher at mailsrv.uni-klu.ac.at Christopher at mailsrv.uni-klu.ac.at
Tue Mar 13 15:18:25 CET 2012


From: 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 c05056d..2544269 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