From 5c018ee18895f88e9e1d2174059dcdd48bf872d2 Mon Sep 17 00:00:00 2001 From: Vittorio Giovara <vittorio.giovara@gmail.com> Date: Wed, 27 May 2015 00:30:51 +0100 Subject: DirectDraw Surface image decoder Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com> --- libavcodec/codec_desc.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'libavcodec/codec_desc.c') diff --git a/libavcodec/codec_desc.c b/libavcodec/codec_desc.c index 950edbf01e..a9a0b4fdbe 100644 --- a/libavcodec/codec_desc.c +++ b/libavcodec/codec_desc.c @@ -1178,6 +1178,14 @@ static const AVCodecDescriptor codec_descriptors[] = { .long_name = NULL_IF_CONFIG_SMALL("BRender PIX image"), .props = AV_CODEC_PROP_INTRA_ONLY | AV_CODEC_PROP_LOSSLESS, }, + { + .id = AV_CODEC_ID_DDS, + .type = AVMEDIA_TYPE_VIDEO, + .name = "dds", + .long_name = NULL_IF_CONFIG_SMALL("DirectDraw Surface image decoder"), + .props = AV_CODEC_PROP_INTRA_ONLY | AV_CODEC_PROP_LOSSY | + AV_CODEC_PROP_LOSSLESS, + }, { .id = AV_CODEC_ID_DPX, .type = AVMEDIA_TYPE_VIDEO, -- cgit v1.2.3