mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-11-07 11:11:01 +00:00
mxf does not have timestamps
Originally committed as revision 16947 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
0b178e5629
commit
f35254d1aa
1 changed files with 2 additions and 1 deletions
|
|
@ -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,
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue