Commit f35254d1 authored by Baptiste Coudurier's avatar Baptiste Coudurier

mxf does not have timestamps

Originally committed as revision 16947 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 0b178e56
...@@ -1400,7 +1400,8 @@ AVOutputFormat mxf_muxer = { ...@@ -1400,7 +1400,8 @@ AVOutputFormat mxf_muxer = {
mxf_write_header, mxf_write_header,
mxf_write_packet, mxf_write_packet,
mxf_write_footer, mxf_write_footer,
0, AVFMT_NOTIMESTAMPS,
NULL, NULL,
mxf_interleave, mxf_interleave,
}; };
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