[vlc-commits] fourcc: reorder/recomment Yx10

Francois Cartegnie git at videolan.org
Wed Jan 8 21:50:51 CET 2020


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Wed Jan  8 15:03:35 2020 +0100| [8af1525682a138922f5fb8f7f547894af9ab18a6] | committer: Francois Cartegnie

fourcc: reorder/recomment Yx10

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8af1525682a138922f5fb8f7f547894af9ab18a6
---

 include/vlc_fourcc.h | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/include/vlc_fourcc.h b/include/vlc_fourcc.h
index 023b8b8b66..41fe0f9a68 100644
--- a/include/vlc_fourcc.h
+++ b/include/vlc_fourcc.h
@@ -313,13 +313,12 @@
 #define VLC_CODEC_V210            VLC_FOURCC('v','2','1','0')
 /* I420 packed for RTP (RFC 4175) */
 #define VLC_CODEC_R420            VLC_FOURCC('r','4','2','0')
-/* 10-bit Packed YUV 4:2:2 V10:U10:Y10:A2 */
+/* Packed YUV 4:2:2 10-bit V10:U10:Y10:A2 */
 #define VLC_CODEC_Y210            VLC_FOURCC('Y','2','1','0')
+/* Packed YUV 4:4:4 10-bit V10:U10:Y10:A2 */
+#define VLC_CODEC_Y410            VLC_FOURCC('Y','4','1','0')
 /* Packed YUV 4:4:4 V:U:Y:A */
 #define VLC_CODEC_VUYA            VLC_FOURCC('V','U','Y','A')
-/* 10-bit Packed YUV 4:4:4 V10:U10:Y10:A2 */
-#define VLC_CODEC_Y410            VLC_FOURCC('Y','4','1','0')
-
 
 /* RGB */
 



More information about the vlc-commits mailing list