Add Bink codec IDs

Originally committed as revision 21536 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Daniel Verkamp 2010-01-30 09:48:55 +00:00
parent adb5496146
commit 4e5f42dd79
1 changed files with 3 additions and 0 deletions

View File

@ -203,6 +203,7 @@ enum CodecID {
CODEC_ID_CDGRAPHICS,
CODEC_ID_R210,
CODEC_ID_ANM,
CODEC_ID_BINKVIDEO,
/* various PCM "codecs" */
CODEC_ID_PCM_S16LE= 0x10000,
@ -326,6 +327,8 @@ enum CodecID {
CODEC_ID_TRUEHD,
CODEC_ID_MP4ALS,
CODEC_ID_ATRAC1,
CODEC_ID_BINKAUDIO_RDFT,
CODEC_ID_BINKAUDIO_DCT,
/* subtitle codecs */
CODEC_ID_DVD_SUBTITLE= 0x17000,