From f792d3cbb8e8e35c54a9358a55dd596b7a40f228 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Thu, 29 May 2014 07:06:52 +0200 Subject: lavf: add the notimestamps flag to the muxers missing it --- libavformat/mpjpeg.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/mpjpeg.c') diff --git a/libavformat/mpjpeg.c b/libavformat/mpjpeg.c index 2114189244..9e21099eaf 100644 --- a/libavformat/mpjpeg.c +++ b/libavformat/mpjpeg.c @@ -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, }; -- cgit v1.2.3