Commit b4153da6 authored by aurel's avatar aurel

add support for PCM codec

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10798 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ae6a5e60
......@@ -139,6 +139,7 @@ static int process_audio_header_elements(AVFormatContext *s)
}
switch (compression_type) {
case 0: ea->audio_codec = CODEC_ID_PCM_S16LE; break;
case 7: ea->audio_codec = CODEC_ID_ADPCM_EA; break;
default:
av_log(s, AV_LOG_ERROR, "unsupported stream type; compression_type=%i\n", compression_type);
......
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