[vlc-commits] Allow hev1 as a fourcc for HEVC
Jean-Baptiste Kempf
git at videolan.org
Mon Apr 7 19:45:41 CEST 2014
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Apr 7 19:40:43 2014 +0200| [9e6b25916ac210c06c6c78a57fd3f020ed718d6a] | committer: Jean-Baptiste Kempf
Allow hev1 as a fourcc for HEVC
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9e6b25916ac210c06c6c78a57fd3f020ed718d6a
---
src/misc/fourcc.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index b47305e..6a27c43 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -272,6 +272,7 @@ static const staticentry_t p_list_video[] = {
A("h265"),
A("H265"),
A("x265"),
+ A("hev1"),
/* h264 */
B(VLC_CODEC_H264, "H264 - MPEG-4 AVC (part 10)"),
More information about the vlc-commits
mailing list