Commit 7109edf0 authored by tmmm's avatar tmmm

placeholder IDs for 4xm A/V codecs


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1913 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent c0c9a294
......@@ -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,
......
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