Commit 4e5f42dd authored by Daniel Verkamp's avatar Daniel Verkamp

Add Bink codec IDs

Originally committed as revision 21536 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent adb54961
......@@ -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