This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
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
0b178e5629
commit
f35254d1aa
1 changed files
with
2 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
libavformat/mxfenc.c
+ 2
- 1
libavformat/mxfenc.c
View File
@@ -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,
};
};
Write
Preview
Loading…
Cancel
Save