[vlc-commits] Fixed typo in comments.
Laurent Aimar
git at videolan.org
Sat Jun 25 20:23:22 CEST 2011
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Sat Jun 25 20:11:49 2011 +0200| [1d82ea28f5ceac79da643e1ded9680633100b9e8] | committer: Laurent Aimar
Fixed typo in comments.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1d82ea28f5ceac79da643e1ded9680633100b9e8
---
include/vlc_fourcc.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/vlc_fourcc.h b/include/vlc_fourcc.h
index d247a6b..54cc078 100644
--- a/include/vlc_fourcc.h
+++ b/include/vlc_fourcc.h
@@ -146,10 +146,10 @@
#define VLC_CODEC_I440 VLC_FOURCC('I','4','4','0')
/* Planar YUV 4:4:4 Y:U:V 8-bit */
#define VLC_CODEC_I444 VLC_FOURCC('I','4','4','4')
-/* Planar YUV 4:2:2 Y:U:V 9-bit stored on 16 bits */
+/* Planar YUV 4:4:4 Y:U:V 9-bit stored on 16 bits */
#define VLC_CODEC_I444_9L VLC_FOURCC('I','4','9','L')
#define VLC_CODEC_I444_9B VLC_FOURCC('I','4','9','B')
-/* Planar YUV 4:2:2 Y:U:V 10-bit stored on 16 bits */
+/* Planar YUV 4:4:4 Y:U:V 10-bit stored on 16 bits */
#define VLC_CODEC_I444_10L VLC_FOURCC('I','4','A','L')
#define VLC_CODEC_I444_10B VLC_FOURCC('I','4','A','B')
/* Planar YUV 4:2:0 Y:U:V full scale */
More information about the vlc-commits
mailing list