[vlc-devel] commit: More raw FourCC (Jean-Baptiste Kempf )
git version control
git at videolan.org
Thu Oct 29 21:33:54 CET 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Oct 28 13:01:16 2009 +0100| [1b4f43621b7201f006c2d6b8bc779baea8d74968] | committer: Jean-Baptiste Kempf
More raw FourCC
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1b4f43621b7201f006c2d6b8bc779baea8d74968
---
src/misc/fourcc.c | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index bc02270..2ffbe22 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -667,16 +667,21 @@ static const entry_t p_list_video[] = {
B(VLC_CODEC_UYVY, "Packed YUV 4:2:2, U:Y:V:Y"),
A("UYVY"),
A("UYNV"),
+ A("UYNY"),
A("Y422"),
+ A("HDYC"),
+ A("AVUI"),
+ A("uyv1"),
A("2vuy"),
A("2Vuy"),
- A("AVUI"),
+ A("2Vu1"),
B(VLC_CODEC_VYUY, "Packed YUV 4:2:2, V:Y:U:Y"),
A("VYUY"),
B(VLC_CODEC_YUYV, "Packed YUV 4:2:2, Y:U:Y:V"),
A("YUY2"),
A("YUYV"),
A("YUNV"),
+ A("V422"),
B(VLC_CODEC_YVYU, "Packed YUV 4:2:2, Y:V:Y:U"),
A("YVYU"),
More information about the vlc-devel
mailing list