]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/wav.c
lavf: use conditional notation for default codec in muxer declarations.
[ffmpeg] / libavformat / wav.c
index 85849c1e75ae94b6eb4124efb3be75b354b14be3..c01121f9dbd9d3a01dedd15d6126cf71b85facfb 100644 (file)
@@ -216,6 +216,7 @@ AVOutputFormat ff_wav_muxer = {
     .write_header      = wav_write_header,
     .write_packet      = wav_write_packet,
     .write_trailer     = wav_write_trailer,
+    .flags             = AVFMT_TS_NONSTRICT,
     .codec_tag         = (const AVCodecTag* const []){ ff_codec_wav_tags, 0 },
     .priv_class        = &wav_muxer_class,
 };