[vlc-commits] fourcc: add dolby vision
Francois Cartegnie
git at videolan.org
Thu Sep 14 15:03:45 CEST 2017
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Thu Sep 14 13:36:57 2017 +0200| [68b0817b1f959f3b9f8a992f6d392535e0b269fa] | committer: Francois Cartegnie
fourcc: add dolby vision
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=68b0817b1f959f3b9f8a992f6d392535e0b269fa
---
src/misc/fourcc_list.h | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/misc/fourcc_list.h b/src/misc/fourcc_list.h
index f2bf070e09..3a5914fd63 100644
--- a/src/misc/fourcc_list.h
+++ b/src/misc/fourcc_list.h
@@ -233,6 +233,8 @@ static const staticentry_t p_list_video[] = {
A("hev1"),
A("hvc1"),
A("HM10"),
+ E("dvhe", "Dolby Vision HEVC (H.265)"),
+ /* E("dvh1", "Dolby Vision HEVC (H.265)"), Collides with DV */
/* h264 */
B(VLC_CODEC_H264, "H264 - MPEG-4 AVC (part 10)"),
@@ -258,6 +260,8 @@ static const staticentry_t p_list_video[] = {
E("ai13", "AVC-Intra 100M 1080p24/30/60"),
E("ai15", "AVC-Intra 100M 1080i50"),
E("ai16", "AVC-Intra 100M 1080i60"),
+ E("dvav", "Dolby Vision H264"),
+ E("dva1", "Dolby Vision H264"),
E("VSSH", "Vanguard VSS H264"),
E("VSSW", "Vanguard VSS H264"),
E("vssh", "Vanguard VSS H264"),
More information about the vlc-commits
mailing list