mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 15:49:50 +08: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:
@ -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;
|
||||
|
Reference in New Issue
Block a user