Commit 0e633e2b authored by Baptiste Coudurier's avatar Baptiste Coudurier

fix timecode value

Originally committed as revision 17139 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 6847ab43
......@@ -1299,7 +1299,7 @@ static void mxf_write_system_item(AVFormatContext *s)
unsigned fps, frame;
uint32_t time_code;
frame = mxf->edit_units_count;
frame = mxf->last_indexed_edit_unit + mxf->edit_units_count;
// write system metadata pack
put_buffer(pb, system_metadata_pack_key, 16);
......
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