Mercurial > libavformat.hg
changeset 4574:b330c2e275f9 libavformat
fix index edit rate, inverse num and den
author | bcoudurier |
---|---|
date | Wed, 25 Feb 2009 08:09:13 +0000 |
parents | 3e1796a40c4d |
children | 852e796a3604 |
files | mxfenc.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mxfenc.c Wed Feb 25 08:08:10 2009 +0000 +++ b/mxfenc.c Wed Feb 25 08:09:13 2009 +0000 @@ -1049,8 +1049,8 @@ // index edit rate mxf_write_local_tag(pb, 8, 0x3F0B); + put_be32(pb, mxf->time_base.den); put_be32(pb, mxf->time_base.num); - put_be32(pb, mxf->time_base.den); // index start position mxf_write_local_tag(pb, 8, 0x3F0C);