[vlc-commits] demux: adaptive: add Dolbyvision format namespaces

Francois Cartegnie git at videolan.org
Mon Dec 9 16:03:24 CET 2019


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Fri Dec  6 16:07:33 2019 +0100| [dc64a9fc35d154413c6dbb081bb2ba8bbe35dfae] | committer: Francois Cartegnie

demux: adaptive: add Dolbyvision format namespaces

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=dc64a9fc35d154413c6dbb081bb2ba8bbe35dfae
---

 modules/demux/adaptive/tools/FormatNamespace.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/modules/demux/adaptive/tools/FormatNamespace.cpp b/modules/demux/adaptive/tools/FormatNamespace.cpp
index 4b7b52fd69..d637befa8a 100644
--- a/modules/demux/adaptive/tools/FormatNamespace.cpp
+++ b/modules/demux/adaptive/tools/FormatNamespace.cpp
@@ -124,6 +124,8 @@ void FormatNamespace::Parse(vlc_fourcc_t fcc, const std::vector<std::string> &el
         case MP4RA("hvt1"):
         case MP4RA("lhv1"):
         case MP4RA("lhe1"):
+        case MP4RA("dvhe"): /* DolbyVision */
+        //case MP4RA("dvh1"): /* DolbyVision (Collides with DV) */
             es_format_Change(&fmt, VIDEO_ES, VLC_CODEC_HEVC);
             break;
         case MP4RA("av01"):



More information about the vlc-commits mailing list