X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Frtpenc_chain.c;h=96e65efbaa9f8856e862b9825f2c89a6a4e0af55;hb=1f1c10083352d2d118818b31ec223de8b24fae53;hp=74f306eb96b5f66b47fe27f2237a15b4910ffd8d;hpb=b3e5d59537cbd375ca508fe2dfca30bcd2d201d3;p=ffmpeg diff --git a/libavformat/rtpenc_chain.c b/libavformat/rtpenc_chain.c index 74f306eb96b..96e65efbaa9 100644 --- a/libavformat/rtpenc_chain.c +++ b/libavformat/rtpenc_chain.c @@ -58,7 +58,7 @@ int ff_rtp_chain_mux_open(AVFormatContext **out, AVFormatContext *s, rtpctx->max_delay = s->max_delay; /* Copy other stream parameters. */ rtpctx->streams[0]->sample_aspect_ratio = st->sample_aspect_ratio; - rtpctx->flags |= s->flags & AVFMT_FLAG_MP4A_LATM; + rtpctx->flags |= s->flags & (AVFMT_FLAG_MP4A_LATM | AVFMT_FLAG_BITEXACT); /* Get the payload type from the codec */ if (st->id < RTP_PT_PRIVATE)