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