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/omaenc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/omaenc.c') diff --git a/libavformat/omaenc.c b/libavformat/omaenc.c index ea28e109c4..bfd552a03d 100644 --- a/libavformat/omaenc.c +++ b/libavformat/omaenc.c @@ -102,4 +102,5 @@ AVOutputFormat ff_oma_muxer = { .write_header = oma_write_header, .write_packet = ff_raw_write_packet, .codec_tag = (const AVCodecTag* const []){ff_oma_codec_tags, 0}, + .flags = AVFMT_NOTIMESTAMPS, }; -- cgit v1.2.3