[FFmpeg-cvslog] rtpenc_chain: Pass the MP4A_LATM flag to chained muxers

Martin Storsjö git at videolan.org
Fri May 20 01:51:36 CEST 2011


ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Wed May 18 16:21:49 2011 +0300| [65a4d8e5a78800a4f493fa21c4bb329d31df96ed] | committer: Michael Niedermayer

rtpenc_chain: Pass the MP4A_LATM flag to chained muxers

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=65a4d8e5a78800a4f493fa21c4bb329d31df96ed
---

 libavformat/rtpenc_chain.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libavformat/rtpenc_chain.c b/libavformat/rtpenc_chain.c
index bd3d1a8..faaff09 100644
--- a/libavformat/rtpenc_chain.c
+++ b/libavformat/rtpenc_chain.c
@@ -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;



More information about the ffmpeg-cvslog mailing list