[vlc-commits] fourcc: add AV1

Tristan Matthews git at videolan.org
Sun Aug 21 19:47:34 CEST 2016


vlc | branch: master | Tristan Matthews <tmatth at videolan.org> | Sun Aug 21 13:25:10 2016 -0400| [2e4b77a7b0504fa3a45039a57c64631826bc7412] | committer: Tristan Matthews

fourcc: add AV1

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2e4b77a7b0504fa3a45039a57c64631826bc7412
---

 include/vlc_fourcc.h   | 1 +
 src/misc/fourcc_list.h | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/include/vlc_fourcc.h b/include/vlc_fourcc.h
index 06e0bba..5994a77 100644
--- a/include/vlc_fourcc.h
+++ b/include/vlc_fourcc.h
@@ -117,6 +117,7 @@
 #define VLC_CODEC_VP7             VLC_FOURCC('V','P','7','0')
 #define VLC_CODEC_VP8             VLC_FOURCC('V','P','8','0')
 #define VLC_CODEC_VP9             VLC_FOURCC('V','P','9','0')
+#define VLC_CODEC_AV1             VLC_FOURCC('a','v','1','0')
 #define VLC_CODEC_JPEG2000        VLC_FOURCC('J','P','2','K')
 #define VLC_CODEC_LAGARITH        VLC_FOURCC('L','A','G','S')
 #define VLC_CODEC_FLASHSV2        VLC_FOURCC('F','S','V','2')
diff --git a/src/misc/fourcc_list.h b/src/misc/fourcc_list.h
index fda9aa7..c54f923 100644
--- a/src/misc/fourcc_list.h
+++ b/src/misc/fourcc_list.h
@@ -506,6 +506,8 @@ static const staticentry_t p_list_video[] = {
     B(VLC_CODEC_VP9, "Google/On2's VP9 Video"),
         A("VP90"),
 
+    B(VLC_CODEC_AV1, "AOMedia's AV1 Video"),
+        A("av10"),
 
     /* Xiph.org theora */
     B(VLC_CODEC_THEORA, "Xiph.org's Theora Video"),



More information about the vlc-commits mailing list