[vlc-commits] More XDcam fourcc
Jean-Baptiste Kempf
git at videolan.org
Mon Mar 21 23:52:44 CET 2011
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Mar 21 11:53:41 2011 +0100| [78e94d7566e0925fa4acf99621dc5e3fe6ea8a66] | committer: Jean-Baptiste Kempf
More XDcam fourcc
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=78e94d7566e0925fa4acf99621dc5e3fe6ea8a66
---
src/misc/fourcc.c | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index fc52929..d4ec04b 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -103,8 +103,11 @@ static const entry_t p_list_video[] = {
E("xdve", "XDCAM"),
E("xdvf", "XDCAM"),
- E("xd5a", "XDCAM"),
- E("xd5b", "XDCAM"),
+ E("xd54", "XDCAM HD422 720p24 CBR"),
+ E("xd55", "XDCAM HD422 720p25 CBR"),
+ E("xd59", "XDCAM HD422 720p60 CBR"),
+ E("xd5a", "XDCAM HD422 720p50 CBR"),
+ E("xd5b", "XDCAM HD422 1080i60 CBR"),
E("xd5c", "XDCAM"),
E("xd5d", "XDCAM"),
E("xd5e", "XDCAM"),
More information about the vlc-commits
mailing list