vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Tue Nov 1 11:01:23 2011 +0100| [fdb50f7de1e9316ba7eceb7d3a14a2f7ca766be8] | committer: Jean-Baptiste Kempf
FourCC update > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fdb50f7de1e9316ba7eceb7d3a14a2f7ca766be8 --- src/misc/fourcc.c | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c index 05b7f3f..256ee0f 100644 --- a/src/misc/fourcc.c +++ b/src/misc/fourcc.c @@ -68,6 +68,7 @@ static const entry_t p_list_video[] = { A("MPEG"), A("mpg2"), A("MPG2"), + A("H262"), E("PIM1", "Pinnacle DC1000 (MPEG-1 Video)"), @@ -626,7 +627,7 @@ static const entry_t p_list_video[] = { B(VLC_CODEC_INDEO2, "Indeo Video v2"), A("IV20"), - A("RT21"), + E("RT21", "Indeo Video 2.1" ), /* Flash Screen Video */ B(VLC_CODEC_FLASHSV, "Flash Screen Video"), @@ -854,7 +855,7 @@ static const entry_t p_list_video[] = { B(VLC_CODEC_PAM, "PAM Image"), A("pam "), - B(VLC_CODEC_JPEGLS, "Lossless JPEG"), + B(VLC_CODEC_JPEGLS, "JPEG-LS"), A("MJLS"), B(VLC_CODEC_JPEG, "JPEG"), _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
