[vlc-commits] Add SLDV fourCC

Jean-Baptiste Kempf git at videolan.org
Wed May 16 01:15:19 CEST 2012


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue May 15 21:21:39 2012 +0200| [1f98a5f8de53493c5e21dda64f30a8c3525d98dc] | committer: Jean-Baptiste Kempf

Add SLDV fourCC

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

 src/misc/fourcc.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index d7e6644..40d4fce 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -411,6 +411,7 @@ static const entry_t p_list_video[] = {
         E("CDVH", "Canopus DV Video"),
         E("cdvh", "Canopus DV Video"),
         E("CDV5", "Canopus DV Video"),
+        E("SLDV", "SoftLab DVCAM codec"),
 
     /* Windows Media Video */
     B(VLC_CODEC_WMV1, "Windows Media Video 7"),



More information about the vlc-commits mailing list