diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-05-27 00:30:51 +0100 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-06-22 15:23:08 +0100 |
commit | 5c018ee18895f88e9e1d2174059dcdd48bf872d2 (patch) | |
tree | 64995c7cc228bcf251cd77d7ef23976574984a39 /libavformat | |
parent | 7ca3e5203f133eb41a0b5c3a1d753a7427ba72e7 (diff) | |
download | ffmpeg-streaming-5c018ee18895f88e9e1d2174059dcdd48bf872d2.zip ffmpeg-streaming-5c018ee18895f88e9e1d2174059dcdd48bf872d2.tar.gz |
DirectDraw Surface image decoder
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/img2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/img2.c b/libavformat/img2.c index 0a840f8..9f462d0 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" }, |