Skip to content
Snippets Groups Projects
Commit 0e633e2b authored by Baptiste Coudurier's avatar Baptiste Coudurier
Browse files

fix timecode value

Originally committed as revision 17139 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 6847ab43
No related branches found
No related tags found
No related merge requests found
...@@ -1299,7 +1299,7 @@ static void mxf_write_system_item(AVFormatContext *s) ...@@ -1299,7 +1299,7 @@ static void mxf_write_system_item(AVFormatContext *s)
unsigned fps, frame; unsigned fps, frame;
uint32_t time_code; uint32_t time_code;
frame = mxf->edit_units_count; frame = mxf->last_indexed_edit_unit + mxf->edit_units_count;
// write system metadata pack // write system metadata pack
put_buffer(pb, system_metadata_pack_key, 16); put_buffer(pb, system_metadata_pack_key, 16);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment