Commit 679fa3a0 authored by Daniel Verkamp's avatar Daniel Verkamp Committed by Jean-Baptiste Kempf

avcodec: map DeluxePaint animation

Sample:
http://fate-suite.libav.org/deluxepaint-anm/INTRO1.ANMSigned-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent db761fbe
......@@ -168,6 +168,7 @@
#define VLC_CODEC_TGQ VLC_FOURCC('T','G','Q','V')
#define VLC_CODEC_TQI VLC_FOURCC('T','Q','I','V')
#define VLC_CODEC_MAD VLC_FOURCC('M','A','D','V')
#define VLC_CODEC_ANM VLC_FOURCC('A','N','I','M')
/* Planar YUV 4:1:0 Y:V:U */
#define VLC_CODEC_YV9 VLC_FOURCC('Y','V','U','9')
......
......@@ -188,7 +188,7 @@ static const struct
{ VLC_CODEC_FLASHSV2, AV_CODEC_ID_FLASHSV2, VIDEO_ES },
/* AV_CODEC_ID_CDGRAPHICS */
/* AV_CODEC_ID_R210 */
/* AV_CODEC_ID_ANM */
{ VLC_CODEC_ANM, AV_CODEC_ID_ANM, VIDEO_ES },
{ VLC_CODEC_BINKVIDEO, AV_CODEC_ID_BINKVIDEO, VIDEO_ES },
/* AV_CODEC_ID_IFF_ILBM */
/* AV_CODEC_ID_IFF_BYTERUN1 */
......
......@@ -1095,6 +1095,8 @@ static const staticentry_t p_list_video[] = {
B(VLC_CODEC_MAD, "Electronic Arts MAD"),
B(VLC_CODEC_ANM, "DeluxePaint animation"),
B(0, "")
};
static const staticentry_t p_list_audio[] = {
......
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