Browse Source

mxf does not have timestamps

Originally committed as revision 16947 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Baptiste Coudurier 16 years ago
parent
commit
f35254d1aa
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      libavformat/mxfenc.c

+ 2
- 1
libavformat/mxfenc.c View File

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

};

Loading…
Cancel
Save