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>2015-07-12 16:57:34 +0300
committerHendrik Leppkes <h.leppkes@gmail.com>2015-07-12 16:57:34 +0300
commitd412d998da5d19aee68e078b8cecbcc23f93d7b1 (patch)
tree27a17d29f3bac71b8b0cedf196959bcfe1511ff3 /demuxer/Demuxers
parent2b93c7291f8f88325b4067f9a2f76f66e5b1b759 (diff)
Switch to the new Libav ASF/WMV demuxer
Diffstat (limited to 'demuxer/Demuxers')
-rw-r--r--demuxer/Demuxers/LAVFInputFormats.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/demuxer/Demuxers/LAVFInputFormats.cpp b/demuxer/Demuxers/LAVFInputFormats.cpp
index c3c84a0f..0a781e01 100644
--- a/demuxer/Demuxers/LAVFInputFormats.cpp
+++ b/demuxer/Demuxers/LAVFInputFormats.cpp
@@ -35,6 +35,7 @@ struct lavf_iformat_map
{ "matroska,webm", "matroska", nullptr },
{ "mov,mp4,m4a,3gp,3g2,mj2", "mp4", "MPEG-4/QuickTime format" },
{ "yuv4mpegpipe", "y4m", "YUV4MPEG" },
+ { "asf_o", "asf", nullptr },
// Raw Video formats (grouped into "rawvideo")
{ "dirac", RAW_VIDEO, RAW_VIDEO_DESC },