Commit de69b65d authored by bcoudurier's avatar bcoudurier

simplify current partition offset

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15105 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b2965159
......@@ -693,7 +693,7 @@ static void mxf_write_partition(AVFormatContext *s, int64_t byte_position, int b
put_be16(pb, 2); // minorVersion
put_be32(pb, 1); // kagSize
put_be64(pb, byte_position); // thisPartition
put_be64(pb, url_ftell(pb) - 25); // thisPartition
put_be64(pb, 0); // previousPartition
// set offset
......
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