forked from FFmpeg/FFmpeg
EA Demuxer: make rev2 flag optional
Originally committed as revision 14474 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
f07fd8c08c
commit
af8ed96f45
1 changed files with 1 additions and 0 deletions
|
@ -178,6 +178,7 @@ static int process_audio_header_elements(AVFormatContext *s)
|
|||
}
|
||||
switch (revision2) {
|
||||
case 8: ea->audio_codec = CODEC_ID_PCM_S16LE_PLANAR; break;
|
||||
case -1: break;
|
||||
default:
|
||||
av_log(s, AV_LOG_ERROR, "unsupported stream type; revision2=%i\n", revision2);
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue