[vlc-commits] Support for hdv4 and hdv9 fourcc
Jean-Baptiste Kempf
git at videolan.org
Thu Feb 17 17:46:16 CET 2011
vlc/vlc-1.1 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Feb 17 17:34:02 2011 +0100| [c855e2fac1f1332b4f63abc0fb7b27a40790e894] | committer: Jean-Baptiste Kempf
Support for hdv4 and hdv9 fourcc
(cherry picked from commit 95d0f2750a906d47a291431d1f5003a4bfc876cc)
(cherry picked from commit deed838e560f337251c01f912f08bdff5756f41a)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=c855e2fac1f1332b4f63abc0fb7b27a40790e894
---
src/misc/fourcc.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index 2cecbd9..a44bee4 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -70,12 +70,14 @@ static const entry_t p_list_video[] = {
E("PIM1", "Pinnacle DC1000 (MPEG-1 Video)"),
E("hdv1", "HDV 720p30 (MPEG-2 Video)"),
- E("hdv2", "Sony HDV (MPEG-2 Video)"),
- E("hdv3", "FCP HDV (MPEG-2 Video)"),
+ E("hdv2", "Sony HDV 1080i60 (MPEG-2 Video)"),
+ E("hdv3", "FCP HDV 1080i50 (MPEG-2 Video)"),
+ E("hdv4", "HDV 720p24 (MPEG-2 Video)"),
E("hdv5", "HDV 720p25 (MPEG-2 Video)"),
E("hdv6", "HDV 1080p24 (MPEG-2 Video)"),
E("hdv7", "HDV 1080p25 (MPEG-2 Video)"),
E("hdv8", "HDV 1080p30 (MPEG-2 Video)"),
+ E("hdv9", "JVC HDV (MPEG-2 Video)"),
E("mx5n", "MPEG2 IMX NTSC 525/60 50mb/s (FCP)"),
E("mx5p", "MPEG2 IMX PAL 625/60 50mb/s (FCP)"),
More information about the vlc-commits
mailing list