[vlc-commits] Add the HM10 fourcc for HEVC

Jean-Baptiste Kempf git at videolan.org
Sat Feb 7 19:08:44 CET 2015


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Feb  7 19:07:35 2015 +0100| [d9997757f249750a6684be4cd09dd453a26351df] | committer: Jean-Baptiste Kempf

Add the HM10 fourcc for HEVC

There are too many files in the wild with this...

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

 src/misc/fourcc.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index 4f04b14..1d03a7c 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -274,6 +274,7 @@ static const staticentry_t p_list_video[] = {
         A("H265"),
         A("x265"),
         A("hev1"),
+        A("HM10"),
 
     /* h264 */
     B(VLC_CODEC_H264, "H264 - MPEG-4 AVC (part 10)"),



More information about the vlc-commits mailing list