Commit 89cad10b authored by daniel's avatar daniel

Add Bink codec IDs



git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21536 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f85129e6
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment