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

@@ -62,4 +62,5 @@ AVOutputFormat ff_mpjpeg_muxer = {
.write_header = mpjpeg_write_header,
.write_packet = mpjpeg_write_packet,
.write_trailer = mpjpeg_write_trailer,
.flags = AVFMT_NOTIMESTAMPS,
};