[vlc-commits] fourcc: use standard AV1 fourcc

Tristan Matthews git at videolan.org
Wed Dec 27 12:11:03 CET 2017


vlc | branch: master | Tristan Matthews <tmatth at videolan.org> | Mon Dec 18 10:10:51 2017 -0500| [6b9fdd145e738e9aeab51d9bc70799717b4eebdc] | committer: Jean-Baptiste Kempf

fourcc: use standard AV1 fourcc

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 include/vlc_fourcc.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/vlc_fourcc.h b/include/vlc_fourcc.h
index ecbd37cd45..02e65f37b4 100644
--- a/include/vlc_fourcc.h
+++ b/include/vlc_fourcc.h
@@ -121,7 +121,7 @@
 #define VLC_CODEC_VP8             VLC_FOURCC('V','P','8','0')
 #define VLC_CODEC_VP9             VLC_FOURCC('V','P','9','0')
 #define VLC_CODEC_VP10            VLC_FOURCC('V','P',':','0')
-#define VLC_CODEC_AV1             VLC_FOURCC('a','v','1','0')
+#define VLC_CODEC_AV1             VLC_FOURCC('a','v','0','1')
 #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')



More information about the vlc-commits mailing list