mxf does not have timestamps

Originally committed as revision 16947 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Baptiste Coudurier 2009-02-02 20:26:49 +00:00
parent 0b178e5629
commit f35254d1aa
1 changed files with 2 additions and 1 deletions

View File

@ -1400,7 +1400,8 @@ AVOutputFormat mxf_muxer = {
mxf_write_header,
mxf_write_packet,
mxf_write_footer,
0,
AVFMT_NOTIMESTAMPS,
NULL,
mxf_interleave,
};