[vlc-commits] dash: removed cout from buffer

Christopher Mueller git at videolan.org
Mon Apr 16 11:05:02 CEST 2012


vlc | branch: master | Christopher Mueller <christopher.mueller at itec.aau.at> | Tue Apr  3 16:41:43 2012 +0200| [ab8998e44489db2e1313821ec1bff49a5270861b] | committer: Hugo Beauzée-Luyssen

dash: removed cout from buffer

Signed-off-by: Christopher Mueller <christopher.mueller at itec.aau.at>
Signed-off-by: Hugo Beauzée-Luyssen <beauze.h at gmail.com>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ab8998e44489db2e1313821ec1bff49a5270861b
---

 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);



More information about the vlc-commits mailing list