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>2013-10-30 16:54:47 +0400
committerHendrik Leppkes <h.leppkes@gmail.com>2013-10-30 17:07:48 +0400
commit87d10d87dd8f15e8c100f9e10647e64b41229da1 (patch)
treeef8b5ccd6b1f70e2d675c74ce09af7ea84145206 /demuxer
parent017101645a244456c0ca05432893d72d61d7bbaf (diff)
Map "hevc" to the rawvideo type
Diffstat (limited to 'demuxer')
-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 4d809693..c4682cb6 100644
--- a/demuxer/Demuxers/LAVFInputFormats.cpp
+++ b/demuxer/Demuxers/LAVFInputFormats.cpp
@@ -42,6 +42,7 @@ struct lavf_iformat_map
{ "h261", RAW_VIDEO, RAW_VIDEO_DESC },
{ "h263", RAW_VIDEO, RAW_VIDEO_DESC },
{ "h264", RAW_VIDEO, RAW_VIDEO_DESC },
+ { "hevc", RAW_VIDEO, RAW_VIDEO_DESC },
{ "ingenient", RAW_VIDEO, RAW_VIDEO_DESC },
{ "mjpeg", RAW_VIDEO, RAW_VIDEO_DESC },
{ "vc1", RAW_VIDEO, RAW_VIDEO_DESC },