Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/LAVFilters.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2016-04-18 00:54:16 +0300
committerHendrik Leppkes <h.leppkes@gmail.com>2016-04-18 00:54:16 +0300
commit556985d8b95c9c295f9d996104529857a075ba58 (patch)
tree9a2fa67083a0e022e5d431363c72631b04d0b4e3 /decoder
parent7a86f87c72f9f4487626f358bd4cc6e1f44932f3 (diff)
Remove left-over debug code
Diffstat (limited to 'decoder')
-rw-r--r--decoder/LAVVideo/decoders/msdk_mvc.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/decoder/LAVVideo/decoders/msdk_mvc.cpp b/decoder/LAVVideo/decoders/msdk_mvc.cpp
index 58a4e622..efbb31ce 100644
--- a/decoder/LAVVideo/decoders/msdk_mvc.cpp
+++ b/decoder/LAVVideo/decoders/msdk_mvc.cpp
@@ -365,8 +365,6 @@ STDMETHODIMP CDecMSDKMVC::Decode(const BYTE *buffer, int buflen, REFERENCE_TIME
bsBuffer.SetBuffer((BYTE *)buffer, buflen, false);
}
- DbgLog((LOG_TRACE, 10, L"Frame %I64u, size %u", bs.TimeStamp, bsBuffer.GetBufferSize()));
-
// Check the buffer for SEI NALU, and some unwanted NALUs that need filtering
// MSDK's SEI reading functionality is slightly buggy
CH264Nalu nalu;