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>2011-04-13 20:46:30 +0400
committerHendrik Leppkes <h.leppkes@gmail.com>2011-04-13 20:47:11 +0400
commita1f1d4b4fa17753cb892494e105b2a686051e041 (patch)
treee2d762e4b703767b4db5cab57632c179c19b91be /demuxer/Demuxers/Demuxers.vcxproj
parentad9acf293666aa02b35ad3728ba0651432f433e8 (diff)
Add backend functionality for controlling which input formats should be supported by the splitter.
Diffstat (limited to 'demuxer/Demuxers/Demuxers.vcxproj')
-rw-r--r--demuxer/Demuxers/Demuxers.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/demuxer/Demuxers/Demuxers.vcxproj b/demuxer/Demuxers/Demuxers.vcxproj
index 154b8080..d14cb4cd 100644
--- a/demuxer/Demuxers/Demuxers.vcxproj
+++ b/demuxer/Demuxers/Demuxers.vcxproj
@@ -139,6 +139,7 @@
<ClCompile Include="ExtradataParser.cpp" />
<ClCompile Include="LAVFAudioHelper.cpp" />
<ClCompile Include="LAVFDemuxer.cpp" />
+ <ClCompile Include="LAVFInputFormats.cpp" />
<ClCompile Include="LAVFVideoHelper.cpp" />
<ClCompile Include="LAVFStreamInfo.cpp" />
<ClCompile Include="LAVFUtils.cpp" />