Commit 450ffdf4 authored by bcoudurier's avatar bcoudurier

set channel number even for inactive channels

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17581 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 8ef11f7a
......@@ -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);
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment