diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2008-04-08 10:49:23 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2008-04-08 10:49:23 +0000 |
commit | 782a58ece3c5932e41957a7a405c297a828177c6 (patch) | |
tree | 95ee188f1f92e8a168ef1c7fcf82384b40b8e279 /libavcodec/avcodec.h | |
parent | e9089a52404547a8c9502355c727c8bae8d779ae (diff) | |
download | ffmpeg-782a58ece3c5932e41957a7a405c297a828177c6.tar.gz |
add CODEC_ID_DIRAC
Originally committed as revision 12769 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 f440f02b97..11a746c9eb 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -182,6 +182,7 @@ enum CodecID { CODEC_ID_8SVX_EXP, CODEC_ID_8SVX_FIB, CODEC_ID_ESCAPE124, + CODEC_ID_DIRAC, /* various PCM "codecs" */ CODEC_ID_PCM_S16LE= 0x10000, |