From 5c018ee18895f88e9e1d2174059dcdd48bf872d2 Mon Sep 17 00:00:00 2001 From: Vittorio Giovara Date: Wed, 27 May 2015 00:30:51 +0100 Subject: DirectDraw Surface image decoder Signed-off-by: Vittorio Giovara --- libavformat/img2.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat') diff --git a/libavformat/img2.c b/libavformat/img2.c index 0a840f8709..9f462d0c18 100644 --- a/libavformat/img2.c +++ b/libavformat/img2.c @@ -44,6 +44,7 @@ static const IdStrMap img_tags[] = { { AV_CODEC_ID_PBM, "pbm" }, { AV_CODEC_ID_PAM, "pam" }, { AV_CODEC_ID_ALIAS_PIX, "pix" }, + { AV_CODEC_ID_DDS, "dds" }, { AV_CODEC_ID_MPEG1VIDEO, "mpg1-img" }, { AV_CODEC_ID_MPEG2VIDEO, "mpg2-img" }, { AV_CODEC_ID_MPEG4, "mpg4-img" }, -- cgit v1.2.3