]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtpenc_chain.c
configure: aac encoder requires lpc
[ffmpeg] / libavformat / rtpenc_chain.c
index 74f306eb96b5f66b47fe27f2237a15b4910ffd8d..96e65efbaa9f8856e862b9825f2c89a6a4e0af55 100644 (file)
@@ -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)