]> git.sesse.net Git - vlc/commitdiff
Removed J410/J411 from fourcc.c
authorLaurent Aimar <fenrir@videolan.org>
Mon, 8 Feb 2010 20:39:50 +0000 (21:39 +0100)
committerLaurent Aimar <fenrir@videolan.org>
Mon, 8 Feb 2010 20:42:11 +0000 (21:42 +0100)
They are not supported.

src/misc/fourcc.c

index 7883cb5fb1f47eb7b9e9a66ca9f1962d9bdf61a5..2c72c8e4f96260fea2c9220692c0dde125c4d1fd 100644 (file)
@@ -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"),