summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-07-25 12:23:31 +0200
committerStefano Sabatini <stefasab@gmail.com>2012-10-15 08:32:18 +0200
commitcd559bb49a3417ab1ca75df3de0029300e5095df (patch)
tree7819ecb065e546cbed1e518ca0798886f3b44494 /libavcodec/avcodec.h
parent35782bfbca0abe39e33d65a771834c6b87855c16 (diff)
downloadffmpeg-cd559bb49a3417ab1ca75df3de0029300e5095df.tar.gz
lavc: add xface image decoder and encoder
Based on libcompface code by James Ashton <James.Ashton@anu.edu.au>, and relicensed to LGPL with the author's consent.
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 27e249f5b9..84a1d0ba67 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -283,6 +283,7 @@ enum AVCodecID {
AV_CODEC_ID_PAF_VIDEO = MKBETAG('P','A','F','V'),
AV_CODEC_ID_AVRN = MKBETAG('A','V','R','n'),
AV_CODEC_ID_CPIA = MKBETAG('C','P','I','A'),
+ AV_CODEC_ID_XFACE = MKBETAG('X','F','A','C'),
/* various PCM "codecs" */
AV_CODEC_ID_FIRST_AUDIO = 0x10000, ///< A dummy id pointing at the start of audio codecs