aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorMartin Vignali <martin.vignali@gmail.com>2016-11-24 21:26:42 +0100
committerMichael Niedermayer <michael@niedermayer.cc>2016-12-14 03:21:27 +0100
commit90af962911bbe10f32a4367954c4f11a9e47a98f (patch)
tree7043181209b073e151e64432bd08c8eb459f80da /libavcodec/avcodec.h
parentad5807f8aa883bee5431186dc1f24c5435d722d3 (diff)
downloadffmpeg-90af962911bbe10f32a4367954c4f11a9e47a98f.tar.gz
libavcodec : add decoder for Photoshop PSD image files
Decode the Image Data Section (which contains merged pictures). Support RGB/A and Grayscale/A in 8bits and 16 bits per channel. Support uncompress and rle decompression in Image Data Section. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 02234aee67..098debfee7 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -411,6 +411,7 @@ enum AVCodecID {
AV_CODEC_ID_MAGICYUV,
AV_CODEC_ID_SHEERVIDEO,
AV_CODEC_ID_YLC,
+ AV_CODEC_ID_PSD,
/* various PCM "codecs" */
AV_CODEC_ID_FIRST_AUDIO = 0x10000, ///< A dummy id pointing at the start of audio codecs