Commit 65a4d8e5 authored by Martin Storsjö's avatar Martin Storsjö Committed by Michael Niedermayer

rtpenc_chain: Pass the MP4A_LATM flag to chained muxers

parent ef409645
......@@ -48,6 +48,7 @@ AVFormatContext *ff_rtp_chain_mux_open(AVFormatContext *s, AVStream *st,
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;
/* Set the synchronized start time. */
rtpctx->start_time_realtime = s->start_time_realtime;
......
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