[vlc-commits] Support for hdv9 fourcc
Jean-Baptiste Kempf
git at videolan.org
Thu Feb 17 17:42:17 CET 2011
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Feb 17 17:41:12 2011 +0100| [deed838e560f337251c01f912f08bdff5756f41a] | committer: Jean-Baptiste Kempf
Support for hdv9 fourcc
I am going to kill camcorder manufacturers
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=deed838e560f337251c01f912f08bdff5756f41a
---
src/misc/fourcc.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index 9fe27e4..fc52929 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -77,6 +77,7 @@ static const entry_t p_list_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