1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-24 13:56:33 +02:00

set a default value for num_channels

Originally committed as revision 10787 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Aurelien Jacobs 2007-10-18 21:56:44 +00:00
parent 215eb1028d
commit 9853ce8074

View File

@ -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;