Commit 258b0e63 authored by bcoudurier's avatar bcoudurier

fix timecode value

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17139 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 9422c7a4
......@@ -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