]> git.sesse.net Git - vlc/commitdiff
Add the HM10 fourcc for HEVC
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 7 Feb 2015 18:07:35 +0000 (19:07 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 7 Feb 2015 18:07:35 +0000 (19:07 +0100)
There are too many files in the wild with this...

src/misc/fourcc.c

index 4f04b145f56d19bface2fd3156f785c98034397c..1d03a7c4eedba3d7702ff1c854f9d046d8b61b50 100644 (file)
@@ -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)"),