Commit 28c17200 authored by Baptiste Coudurier's avatar Baptiste Coudurier

fix index edit rate, inverse num and den

Originally committed as revision 17583 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent e38badbc
......@@ -1049,8 +1049,8 @@ static void mxf_write_index_table_segment(AVFormatContext *s)
// index edit rate
mxf_write_local_tag(pb, 8, 0x3F0B);
put_be32(pb, mxf->time_base.num);
put_be32(pb, mxf->time_base.den);
put_be32(pb, mxf->time_base.num);
// index start position
mxf_write_local_tag(pb, 8, 0x3F0C);
......
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