lavf: add the notimestamps flag to the muxers missing it

This commit is contained in:
Anton Khirnov 2014-05-29 07:06:52 +02:00
parent cfbdd7ffbd
commit f792d3cbb8
9 changed files with 9 additions and 0 deletions

View file

@ -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,
};