Commit 49baf20c authored by bcoudurier's avatar bcoudurier

fix partition index byte count

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17424 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a7a04e25
......@@ -1176,7 +1176,7 @@ static void mxf_write_partition(AVFormatContext *s, int bodysid,
index_byte_count = 85 + 12+(s->nb_streams+1)*6 +
12+mxf->edit_units_count*(11+mxf->slice_count*4);
else if (mxf->edit_unit_byte_count && indexsid)
index_byte_count = 85;
index_byte_count = 80;
if (index_byte_count) {
// add encoded ber length
......
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