[vlc-commits] Add yet another XDCAM fourCC
Jean-Baptiste Kempf
git at videolan.org
Wed Jun 19 17:18:05 CEST 2013
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Jun 19 17:17:29 2013 +0200| [11f6070e6e0c42ef9d5565519711e6e6168828b9] | committer: Jean-Baptiste Kempf
Add yet another XDCAM fourCC
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=11f6070e6e0c42ef9d5565519711e6e6168828b9
---
src/misc/fourcc.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index 86fa2a0..1b4b299 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -115,6 +115,7 @@ static const staticentry_t p_list_video[] = {
E("xdve", "XDCAM EX 1080p25 50Mb/s CBR"),
E("xdvf", "XDCAM EX 1080p30 50Mb/s CBR"),
+ E("xd51", "XDCAM HD422 720p30 50Mb/s CBR"),
E("xd54", "XDCAM HD422 720p24 50Mb/s CBR"),
E("xd55", "XDCAM HD422 720p25 50Mb/s CBR"),
E("xd59", "XDCAM HD422 720p60 50Mb/s CBR"),
More information about the vlc-commits
mailing list