placeholder IDs for 4xm A/V codecs

Originally committed as revision 1913 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Mike Melanson 2003-05-28 02:40:09 +00:00
parent 9ca9fce1dd
commit e2a7bb282d
1 changed files with 2 additions and 0 deletions

View File

@ -56,6 +56,7 @@ enum CodecID {
CODEC_ID_AAC,
CODEC_ID_MPEG4AAC,
CODEC_ID_ASV1,
CODEC_ID_4XM,
/* various pcm "codecs" */
CODEC_ID_PCM_S16LE,
@ -71,6 +72,7 @@ enum CodecID {
CODEC_ID_ADPCM_IMA_QT,
CODEC_ID_ADPCM_IMA_WAV,
CODEC_ID_ADPCM_MS,
CODEC_ID_ADPCM_4XM,
/* AMR */
CODEC_ID_AMR_NB,