diff options
author | Anton Khirnov <anton@khirnov.net> | 2014-05-29 07:06:52 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-06-18 15:03:31 +0200 |
commit | f792d3cbb8e8e35c54a9358a55dd596b7a40f228 (patch) | |
tree | d5cf8ccebc10948f8b305f13bb4bd89c7fc6c083 /libavformat/mpjpeg.c | |
parent | cfbdd7ffbd9fe14d110fd1bb89bf52f0f7bde016 (diff) | |
download | ffmpeg-f792d3cbb8e8e35c54a9358a55dd596b7a40f228.tar.gz |
lavf: add the notimestamps flag to the muxers missing it
Diffstat (limited to 'libavformat/mpjpeg.c')
-rw-r--r-- | libavformat/mpjpeg.c | 1 |
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, }; |