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/vocenc.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/vocenc.c')
-rw-r--r-- | libavformat/vocenc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/vocenc.c b/libavformat/vocenc.c index 29e9363492..0bb532e0c6 100644 --- a/libavformat/vocenc.c +++ b/libavformat/vocenc.c @@ -107,4 +107,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, }; |