Commit 2d4177a8 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Support for some ACD Systel Digital files. FourCC ACDV.

This will not work yet in all AVI.
parent e31e525e
...@@ -404,6 +404,8 @@ static const struct ...@@ -404,6 +404,8 @@ static const struct
VIDEO_ES, "Motion JPEG OpenDML Video" }, VIDEO_ES, "Motion JPEG OpenDML Video" },
{ VLC_FOURCC( 'I','J','P','G' ), CODEC_ID_MJPEG, { VLC_FOURCC( 'I','J','P','G' ), CODEC_ID_MJPEG,
VIDEO_ES, "Intergraph JPEG Video" }, VIDEO_ES, "Intergraph JPEG Video" },
{ VLC_FOURCC( 'A','C','D','V' ), CODEC_ID_MJPEG,
VIDEO_ES, "ACD Systems Digital" },
/* SP5x */ /* SP5x */
{ VLC_FOURCC( 'S','P','5','X' ), CODEC_ID_SP5X, { VLC_FOURCC( 'S','P','5','X' ), CODEC_ID_SP5X,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment