Commit 0e0fb968 authored by bcoudurier's avatar bcoudurier

remove redundant comment

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17418 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 72d581de
...@@ -1724,7 +1724,7 @@ static void mxf_write_random_index_pack(AVFormatContext *s) ...@@ -1724,7 +1724,7 @@ static void mxf_write_random_index_pack(AVFormatContext *s)
if (mxf->edit_unit_byte_count) if (mxf->edit_unit_byte_count)
put_be32(pb, 1); // BodySID of header partition put_be32(pb, 1); // BodySID of header partition
else else
put_be32(pb, 0); // BodySID of header partition put_be32(pb, 0);
put_be64(pb, 0); // offset of header partition put_be64(pb, 0); // offset of header partition
for (i = 0; i < mxf->body_partitions_count; i++) { for (i = 0; i < mxf->body_partitions_count; 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