vlc | branch: master | Steve Lhomme <[email protected]> | 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 */ _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
