mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
lavf: add the notimestamps flag to the muxers missing it
This commit is contained in:
parent
cfbdd7ffbd
commit
f792d3cbb8
9 changed files with 9 additions and 0 deletions
|
|
@ -125,4 +125,5 @@ AVOutputFormat ff_sox_muxer = {
|
|||
.write_header = sox_write_header,
|
||||
.write_packet = sox_write_packet,
|
||||
.write_trailer = sox_write_trailer,
|
||||
.flags = AVFMT_NOTIMESTAMPS,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue