mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-05 21:55:37 +01:00
lavf: add the notimestamps flag to the muxers missing it
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user