[vlc-commits] fourcc: VLC_CODEC_I420_10L uses the least significant bits of the 16 bits
Steve Lhomme
git at videolan.org
Fri Jul 29 00:35:47 CEST 2016
vlc | branch: master | Steve Lhomme <robUx4 at videolabs.io> | Thu Jul 28 14:46:14 2016 +0200| [d09e4255a4aa259c5328c260ce7d2e760e59237d] | committer: Jean-Baptiste Kempf
fourcc: VLC_CODEC_I420_10L uses the least significant bits of the 16 bits
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d09e4255a4aa259c5328c260ce7d2e760e59237d
---
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 */
More information about the vlc-commits
mailing list