diff options
author | Aleksi Nurmi <aleksi.nurmi@gmail.com> | 2012-11-15 21:48:02 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-11-22 01:06:25 +0100 |
commit | 492a5f835c59ab7c2e347d3579d8bf6148ae0a09 (patch) | |
tree | f224226e1f6f81a2d7967143a50e1e249d0aa20b /libavcodec/avcodec.h | |
parent | 2e08a82d5e77781e2794b244f11254108bf5b46b (diff) | |
download | ffmpeg-492a5f835c59ab7c2e347d3579d8bf6148ae0a09.tar.gz |
brender_pix: a new image decoder
PIX is an image file format that was used by the BRender 3d engine.
Signed-off-by: Aleksi Nurmi <aleksi.nurmi@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 511cfc665d..f78867217c 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -267,6 +267,7 @@ enum AVCodecID { AV_CODEC_ID_MTS2, AV_CODEC_ID_CLLC, AV_CODEC_ID_MSS2, + AV_CODEC_ID_BRENDER_PIX= MKBETAG('B','P','I','X'), AV_CODEC_ID_Y41P = MKBETAG('Y','4','1','P'), AV_CODEC_ID_ESCAPE130 = MKBETAG('E','1','3','0'), AV_CODEC_ID_EXR = MKBETAG('0','E','X','R'), |