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:
authorclsid2 <clsid2@users.sourceforge.net>2010-01-24 22:20:11 +0300
committerclsid2 <clsid2@users.sourceforge.net>2010-01-24 22:20:11 +0300
commite7a8d9a6663239cc5d1226087a00611ce5577449 (patch)
treed87582010645b12861dc62bbb399f357cccfe96d /src/apps/mplayerc/internal_filter_config.h
parente2ef802fd3b3b11e40f425565adaa1208aa1d3b7 (diff)
Minor fixes
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1554 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/apps/mplayerc/internal_filter_config.h')
-rw-r--r--src/apps/mplayerc/internal_filter_config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/apps/mplayerc/internal_filter_config.h b/src/apps/mplayerc/internal_filter_config.h
index 9bd93e2d4..fbd3ee7ab 100644
--- a/src/apps/mplayerc/internal_filter_config.h
+++ b/src/apps/mplayerc/internal_filter_config.h
@@ -90,7 +90,7 @@
// DXVA decoders
#define INTERNAL_DECODER_H264_DXVA 1
#define INTERNAL_DECODER_VC1_DXVA 1
-#define INTERNAL_DECODER_MPEG2_DXVA 1
+#define INTERNAL_DECODER_MPEG2_DXVA 1
-#define INCLUDE_MPC_DXVA_VIDEO_DECODER (INTERNAL_DECODER_H264_DXVA|INTERNAL_DECODER_VC1_DXVA)
+#define INCLUDE_MPC_DXVA_VIDEO_DECODER (INTERNAL_DECODER_H264_DXVA|INTERNAL_DECODER_VC1_DXVA|INTERNAL_DECODER_MPEG2_DXVA)