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

Francois Cartegnie git at videolan.org
Mon Mar 30 16:16:33 CEST 2020


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

demux: adaptive: add Dolbyvision format namespaces

(cherry picked from commit dc64a9fc35d154413c6dbb081bb2ba8bbe35dfae)

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

 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