[vlc-devel] [PATCH] fourcc: VLC_CODEC_I420_10L uses the least significant bits of the 16 bits

Steve Lhomme robux4 at videolabs.io
Thu Jul 28 14:46:14 CEST 2016


---
 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 d6fd34a..9a7a95c 100644
--- a/include/vlc_fourcc.h
+++ b/include/vlc_fourcc.h
@@ -200,7 +200,7 @@
 /* Planar YUV 4:2:0 Y:U:V  9-bit stored on 16 bits */
 #define VLC_CODEC_I420_9L         VLC_FOURCC('I','0','9','L')
 #define VLC_CODEC_I420_9B         VLC_FOURCC('I','0','9','B')
-/* Planar YUV 4:2:0 Y:U:V 10-bit stored on 16 bits */
+/* Planar YUV 4:2:0 Y:U:V 10-bit stored on 16 bits LSB */
 #define VLC_CODEC_I420_10L        VLC_FOURCC('I','0','A','L')
 #define VLC_CODEC_I420_10B        VLC_FOURCC('I','0','A','B')
 /* Planar YUV 4:2:0 Y:U:V 12-bit stored on 16 bits */
-- 
2.8.2



More information about the vlc-devel mailing list