mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-04 06:08:26 +02:00
set channel number even for inactive channels
Originally committed as revision 17581 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
6df1deda30
commit
37653f0b93
@ -1617,7 +1617,7 @@ static void mxf_write_d10_audio_packet(AVFormatContext *s, AVStream *st, AVPacke
|
||||
put_le32(pb, sample | i);
|
||||
}
|
||||
for (; i < 8; i++)
|
||||
put_le32(pb, 0);
|
||||
put_le32(pb, i);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user