summaryrefslogtreecommitdiff
path: root/libavformat/au.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/au.c
parentcfbdd7ffbd9fe14d110fd1bb89bf52f0f7bde016 (diff)
lavf: add the notimestamps flag to the muxers missing it
Diffstat (limited to 'libavformat/au.c')
-rw-r--r--libavformat/au.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/au.c b/libavformat/au.c
index 6b252b21ce..e682cbf305 100644
--- a/libavformat/au.c
+++ b/libavformat/au.c
@@ -215,6 +215,7 @@ AVOutputFormat ff_au_muxer = {
.write_packet = ff_raw_write_packet,
.write_trailer = au_write_trailer,
.codec_tag = (const AVCodecTag* const []) { codec_au_tags, 0 },
+ .flags = AVFMT_NOTIMESTAMPS,
};
#endif /* CONFIG_AU_MUXER */