vlc/vlc-2.2 | branch: master | Jean-Baptiste Kempf <[email protected]> | 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 <[email protected]> > 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)"), _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
