[vlc-commits] FourCC update
Jean-Baptiste Kempf
git at videolan.org
Tue Nov 1 13:31:49 CET 2011
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | 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"),
More information about the vlc-commits
mailing list