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

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/filters/transform/MPCVideoDec')
-rw-r--r--src/filters/transform/MPCVideoDec/MPCVideoDecFilter.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/filters/transform/MPCVideoDec/MPCVideoDecFilter.cpp b/src/filters/transform/MPCVideoDec/MPCVideoDecFilter.cpp
index e49553dc7..9ac369bfc 100644
--- a/src/filters/transform/MPCVideoDec/MPCVideoDecFilter.cpp
+++ b/src/filters/transform/MPCVideoDec/MPCVideoDecFilter.cpp
@@ -785,6 +785,7 @@ int CMPCVideoDecFilter::FindCodec(const CMediaType* mtIn)
for (int i = 0; i < _countof(ffCodecs); i++) {
if (mtIn->subtype == *ffCodecs[i].clsMinorType) {
#ifndef STANDALONE_FILTER
+/*
switch (ffCodecs[i].nFFCodec) {
case AV_CODEC_ID_H264:
#if INTERNAL_DECODER_H264_DXVA
@@ -833,6 +834,7 @@ int CMPCVideoDecFilter::FindCodec(const CMediaType* mtIn)
}
return ((m_bUseDXVA || m_bUseFFmpeg) ? i : -1);
+*/
#else
bool bCodecActivated = false;
switch (ffCodecs[i].nFFCodec) {