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:
authorKacper Michajłow <kasper93@gmail.com>2017-08-16 00:22:11 +0300
committerKacper Michajłow <kasper93@gmail.com>2017-08-16 00:26:02 +0300
commit2fe5ee70dac974fc17bc2dfcab5ebf650935367c (patch)
tree29de8607f5f6f7a777f081d7eb7d655c1c5ad879
parent688084390c37848df5b1c1a0db5d02e3ad646d80 (diff)
CFGFilterLAVVideo: Return original name if no user friendly one is available.
-rw-r--r--src/mpc-hc/FGFilterLAV.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mpc-hc/FGFilterLAV.cpp b/src/mpc-hc/FGFilterLAV.cpp
index 2c147c192..ff14afe27 100644
--- a/src/mpc-hc/FGFilterLAV.cpp
+++ b/src/mpc-hc/FGFilterLAV.cpp
@@ -576,7 +576,7 @@ LPCTSTR CFGFilterLAVVideo::GetUserFriendlyDecoderName(const CString& decoderName
}
}
- return _T("None");
+ return decoderName;
}
static LPCTSTR pixFmtSettingsMap[LAVOutPixFmt_NB] = {