From 88157b3fedcd98370d54b752a1d34f3705181a13 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Thu, 28 Feb 2008 13:49:11 +0000 Subject: [PATCH] Deactivated a warning message only used in debugging. --- src/common/mpeg4_common.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/common/mpeg4_common.cpp b/src/common/mpeg4_common.cpp index de721db10..2bb06c217 100644 --- a/src/common/mpeg4_common.cpp +++ b/src/common/mpeg4_common.cpp @@ -1161,7 +1161,7 @@ mpeg4::p10::avc_es_parser_c::flush_unhandled_nalus() { m_unhandled_nalus.clear(); } -static int klaus = 0; +// static int klaus = 0; void mpeg4::p10::avc_es_parser_c::handle_slice_nalu(memory_cptr &nalu) { @@ -1176,8 +1176,8 @@ mpeg4::p10::avc_es_parser_c::handle_slice_nalu(memory_cptr &nalu) { } if (!parse_slice(nalu, si)) { - mxwarn("Slice parser error %d.\n", klaus); - ++klaus; +// mxwarn("Slice parser error %d.\n", klaus); +// ++klaus; return; }