mirror of https://git.ffmpeg.org/ffmpeg.git
fix timecode value
Originally committed as revision 17139 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
6847ab4375
commit
0e633e2b01
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue