simplify current partition offset

Originally committed as revision 15105 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Baptiste Coudurier 2008-08-31 03:20:41 +00:00
parent 158efd74fe
commit ca276e6ae2
1 changed files with 1 additions and 1 deletions

View File

@ -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