forked from FFmpeg/FFmpeg
remove redundant comment
Originally committed as revision 17418 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
c3ff541baa
commit
5bea4f6770
1 changed files with 1 additions and 1 deletions
|
@ -1724,7 +1724,7 @@ static void mxf_write_random_index_pack(AVFormatContext *s)
|
|||
if (mxf->edit_unit_byte_count)
|
||||
put_be32(pb, 1); // BodySID of header partition
|
||||
else
|
||||
put_be32(pb, 0); // BodySID of header partition
|
||||
put_be32(pb, 0);
|
||||
put_be64(pb, 0); // offset of header partition
|
||||
|
||||
for (i = 0; i < mxf->body_partitions_count; i++) {
|
||||
|
|
Loading…
Add table
Reference in a new issue