summaryrefslogtreecommitdiff
path: root/libavformat/mpjpeg.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2014-05-29 07:06:52 +0200
committerAnton Khirnov <anton@khirnov.net>2014-06-18 15:03:31 +0200
commitf792d3cbb8e8e35c54a9358a55dd596b7a40f228 (patch)
treed5cf8ccebc10948f8b305f13bb4bd89c7fc6c083 /libavformat/mpjpeg.c
parentcfbdd7ffbd9fe14d110fd1bb89bf52f0f7bde016 (diff)
lavf: add the notimestamps flag to the muxers missing it
Diffstat (limited to 'libavformat/mpjpeg.c')
-rw-r--r--libavformat/mpjpeg.c1
1 files changed, 1 insertions, 0 deletions
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,
};