diff options
author | Peter Ross <pross@xvid.org> | 2008-07-08 13:22:23 +0000 |
---|---|---|
committer | Peter Ross <pross@xvid.org> | 2008-07-08 13:22:23 +0000 |
commit | 495900f78b4a86cd064358fcac576a75045a62f7 (patch) | |
tree | 7206c4327c7430749866122002b43e1ac7e4d116 /libavcodec/avcodec.h | |
parent | 60f451b6fe04eab97c18dfae9d3062c600f97581 (diff) | |
download | ffmpeg-495900f78b4a86cd064358fcac576a75045a62f7.tar.gz |
Electronic Arts CMV decoder
Originally committed as revision 14110 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 35fe19e2d0..0fc9acb479 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -186,6 +186,7 @@ enum CodecID { CODEC_ID_ESCAPE124, CODEC_ID_DIRAC, CODEC_ID_BFI, + CODEC_ID_CMV, /* various PCM "codecs" */ CODEC_ID_PCM_S16LE= 0x10000, |