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
path: root/common
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2015-03-23 13:49:12 +0300
committerHendrik Leppkes <h.leppkes@gmail.com>2015-03-23 13:49:12 +0300
commitb9e5e54c12869b2e30b0a73eb757a3bbabc33c40 (patch)
tree1c4896698d2c28b6d6cdc83766471a30286370c5 /common
parentd2af12cce348f060d0020ab45fa169af80c9a107 (diff)
Move filter names to common_defines.h
Diffstat (limited to 'common')
-rw-r--r--common/includes/common_defines.h4
-rw-r--r--common/includes/version.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/common/includes/common_defines.h b/common/includes/common_defines.h
index d03d0dfa..011a0561 100644
--- a/common/includes/common_defines.h
+++ b/common/includes/common_defines.h
@@ -31,3 +31,7 @@
#define WIN32_LEAN_AND_MEAN
#define VC_EXTRALEAN
+
+#define LAV_AUDIO "LAV Audio Decoder"
+#define LAV_VIDEO "LAV Video Decoder"
+#define LAV_SPLITTER "LAV Splitter"
diff --git a/common/includes/version.h b/common/includes/version.h
index 02a96375..72cd8e19 100644
--- a/common/includes/version.h
+++ b/common/includes/version.h
@@ -6,10 +6,6 @@
#define LAV_VERSION_MINOR 64
#define LAV_VERSION_REVISION 0
-#define LAV_AUDIO "LAV Audio Decoder"
-#define LAV_VIDEO "LAV Video Decoder"
-#define LAV_SPLITTER "LAV Splitter"
-
/////////////////////////////////////////////////////////
#ifndef ISPP_INCLUDED