Commit 9853ce80 authored by Aurelien Jacobs's avatar Aurelien Jacobs

set a default value for num_channels

Originally committed as revision 10787 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 215eb102
......@@ -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