diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-06-18 17:28:10 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-06-18 17:28:10 +0200 |
commit | 95398aa9499bfad3330b47001b7eb086c31b0cd6 (patch) | |
tree | 0528f2243eea14e91cacc290ae713d2c2d4aa49d /libavformat/au.c | |
parent | bd148ce07de08dcd03178e869bacf1e1ef6358df (diff) | |
parent | f792d3cbb8e8e35c54a9358a55dd596b7a40f228 (diff) | |
download | ffmpeg-95398aa9499bfad3330b47001b7eb086c31b0cd6.tar.gz |
Merge commit 'f792d3cbb8e8e35c54a9358a55dd596b7a40f228'
* commit 'f792d3cbb8e8e35c54a9358a55dd596b7a40f228':
lavf: add the notimestamps flag to the muxers missing it
Conflicts:
libavformat/adtsenc.c
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/au.c')
-rw-r--r-- | libavformat/au.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/au.c b/libavformat/au.c index edf0f32f00..53702bcb42 100644 --- a/libavformat/au.c +++ b/libavformat/au.c @@ -220,6 +220,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 */ |