You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-09-16 08:36:51 +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:
@@ -80,6 +80,8 @@ static int process_audio_header_elements(AVFormatContext *s)
|
|||||||
EaDemuxContext *ea = s->priv_data;
|
EaDemuxContext *ea = s->priv_data;
|
||||||
ByteIOContext *pb = &s->pb;
|
ByteIOContext *pb = &s->pb;
|
||||||
|
|
||||||
|
ea->num_channels = 1;
|
||||||
|
|
||||||
while (inHeader) {
|
while (inHeader) {
|
||||||
int inSubheader;
|
int inSubheader;
|
||||||
uint8_t byte;
|
uint8_t byte;
|
||||||
|
Reference in New Issue
Block a user