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/vocenc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/vocenc.c') diff --git a/libavformat/vocenc.c b/libavformat/vocenc.c index d18eac2d95..ed10a96f7a 100644 --- a/libavformat/vocenc.c +++ b/libavformat/vocenc.c @@ -101,4 +101,5 @@ AVOutputFormat ff_voc_muxer = { .write_packet = voc_write_packet, .write_trailer = voc_write_trailer, .codec_tag = (const AVCodecTag* const []){ ff_voc_codec_tags, 0 }, + .flags = AVFMT_NOTIMESTAMPS, }; -- cgit v1.2.3