Browse Source

rtpenc_chain: Pass the MP4A_LATM flag to chained muxers

tags/n0.8
Martin Storsjö Michael Niedermayer 14 years ago
parent
commit
65a4d8e5a7
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavformat/rtpenc_chain.c

+ 1
- 0
libavformat/rtpenc_chain.c View File

@@ -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;


Loading…
Cancel
Save