[vlc-devel] commit: Removed J410/J411 from fourcc.c (Laurent Aimar )
git version control
git at videolan.org
Mon Feb 8 22:03:35 CET 2010
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Mon Feb 8 21:39:50 2010 +0100| [37b541a5dc0130d7ef51e60c9a740047a6ed2072] | committer: Laurent Aimar
Removed J410/J411 from fourcc.c
They are not supported.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=37b541a5dc0130d7ef51e60c9a740047a6ed2072
---
src/misc/fourcc.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index 7883cb5..2c72c8e 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -627,10 +627,6 @@ static const entry_t p_list_video[] = {
B(VLC_CODEC_I444, "Planar 4:4:4 YUV"),
A("I444"),
- B(VLC_CODEC_I420, "Planar 4:1:0 YUV full scale"),
- A("J410"),
- B(VLC_CODEC_I420, "Planar 4:1:1 YUV full scale"),
- A("J411"),
B(VLC_CODEC_I420, "Planar 4:2:0 YUV full scale"),
A("J420"),
B(VLC_CODEC_I422, "Planar 4:2:2 YUV full scale"),
More information about the vlc-devel
mailing list