Commit 7c0ab0a3 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '42181740'

* commit '42181740':
  rtpenc: Set the AVFMT_TS_NONSTRICT flag
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents c0586b25 42181740
......@@ -643,4 +643,5 @@ AVOutputFormat ff_rtp_muxer = {
.write_packet = rtp_write_packet,
.write_trailer = rtp_write_trailer,
.priv_class = &rtp_muxer_class,
.flags = AVFMT_TS_NONSTRICT,
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment