summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2009-12-17 18:56:56 +0000
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2009-12-17 18:56:56 +0000
commit4aaab0a328b671f91a6cd195ef98f0d5592c5e4a (patch)
tree97e6719e083406318fe849456a023b4ea25ed622 /libavcodec/avcodec.h
parenta3d995c1eb98e38186bf9ed677809c442a7dab35 (diff)
Add decoder for R210 (uncompressed 10-bit RGB) codec.
Originally committed as revision 20891 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 5f17f83bf8..be0d522b6d 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -201,6 +201,7 @@ enum CodecID {
CODEC_ID_FRWU,
CODEC_ID_FLASHSV2,
CODEC_ID_CDGRAPHICS,
+ CODEC_ID_R210,
/* various PCM "codecs" */
CODEC_ID_PCM_S16LE= 0x10000,