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:
parent
215eb1028d
commit
9853ce8074
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user