Mercurial > libavformat.hg
changeset 4532:32f00d63e3cd libavformat
remove redundant comment
author | bcoudurier |
---|---|
date | Wed, 18 Feb 2009 02:18:52 +0000 |
parents | 92ee3219998b |
children | 23ec193c3e0a |
files | mxfenc.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mxfenc.c Wed Feb 18 02:13:59 2009 +0000 +++ b/mxfenc.c Wed Feb 18 02:18:52 2009 +0000 @@ -1724,7 +1724,7 @@ 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++) {