Commit 2758f32e authored by aurel's avatar aurel

set a default value for num_channels

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10787 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 93aa494f
......@@ -80,6 +80,8 @@ static int process_audio_header_elements(AVFormatContext *s)
EaDemuxContext *ea = s->priv_data;
ByteIOContext *pb = &s->pb;
ea->num_channels = 1;
while (inHeader) {
int inSubheader;
uint8_t byte;
......
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