[vlc-commits] fourcc: use standard AV1 fourcc

Tristan Matthews git at videolan.org
Wed Dec 27 12:14:54 CET 2017


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

fourcc: use standard AV1 fourcc

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
(cherry picked from commit 6b9fdd145e738e9aeab51d9bc70799717b4eebdc)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=62f09d4eafa81a8cd5d1ebeae3afa59e65e2d2ea
---

 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