]> git.sesse.net Git - vlc/commitdiff
Add yet another XDCAM fourCC
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 19 Jun 2013 15:17:29 +0000 (17:17 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 19 Jun 2013 15:17:52 +0000 (17:17 +0200)
src/misc/fourcc.c

index 86fa2a06a27dda00edb1b77273b6b80feeffa4df..1b4b2992577b0fe4e3b51ff6d6d8e5559ae8874e 100644 (file)
@@ -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"),