[vlc-commits] Support for hdv4 fourcc

Jean-Baptiste Kempf git at videolan.org
Thu Feb 17 17:34:16 CET 2011


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Feb 17 17:34:02 2011 +0100| [95d0f2750a906d47a291431d1f5003a4bfc876cc] | committer: Jean-Baptiste Kempf

Support for hdv4 fourcc

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=95d0f2750a906d47a291431d1f5003a4bfc876cc
---

 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 965166a..9fe27e4 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -70,8 +70,9 @@ 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)"),



More information about the vlc-commits mailing list