mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-08 02:06:02 +08:00
mxf does not have timestamps
Originally committed as revision 16947 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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,
|
||||||
|
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user