[vlc-devel] commit: Support for some ACD Systel Digital files. FourCC ACDV. ( Jean-Baptiste Kempf )

git version control git at videolan.org
Wed Dec 10 09:57:14 CET 2008


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Dec 10 09:56:41 2008 +0100| [2d4177a86200a97b2505d2e16d3fedd56b4bdcfd] | committer: Jean-Baptiste Kempf 

Support for some ACD Systel Digital files. FourCC ACDV.

This will not work yet in all AVI.

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

 modules/codec/avcodec/fourcc.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/modules/codec/avcodec/fourcc.c b/modules/codec/avcodec/fourcc.c
index 5ab3f5c..2d3cb8c 100644
--- a/modules/codec/avcodec/fourcc.c
+++ b/modules/codec/avcodec/fourcc.c
@@ -404,6 +404,8 @@ static const struct
       VIDEO_ES, "Motion JPEG OpenDML Video" },
     { VLC_FOURCC( 'I','J','P','G' ), CODEC_ID_MJPEG,
       VIDEO_ES, "Intergraph JPEG Video" },
+    { VLC_FOURCC( 'A','C','D','V' ), CODEC_ID_MJPEG,
+      VIDEO_ES, "ACD Systems Digital" },
 
     /* SP5x */
     { VLC_FOURCC( 'S','P','5','X' ), CODEC_ID_SP5X,




More information about the vlc-devel mailing list