[vlc-commits] Add the HM10 fourcc for HEVC
Jean-Baptiste Kempf
git at videolan.org
Mon Feb 16 20:44:09 CET 2015
vlc/vlc-2.2 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Feb 7 19:07:35 2015 +0100| [1b4d85ca9c428fede5cfba9006a47abb509d51da] | committer: Jean-Baptiste Kempf
Add the HM10 fourcc for HEVC
There are too many files in the wild with this...
(cherry picked from commit d9997757f249750a6684be4cd09dd453a26351df)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=1b4d85ca9c428fede5cfba9006a47abb509d51da
---
src/misc/fourcc.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index 8694c6e..d76ae11 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