mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
Merge commit '2bb2c2bd75e5f4b28a945511cda77e0a1a44c758'
* commit '2bb2c2bd75e5f4b28a945511cda77e0a1a44c758': rtpenc_chain: Pass the initial time_base hint on to the chained muxer See: [FFmpeg-devel] [PATCH] avformat/rtpenc_chain: Set timebase Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
986f63d17f
@ -75,6 +75,7 @@ int ff_rtp_chain_mux_open(AVFormatContext **out, AVFormatContext *s,
|
||||
rtpctx->start_time_realtime = s->start_time_realtime;
|
||||
|
||||
avcodec_copy_context(rtpctx->streams[0]->codec, st->codec);
|
||||
rtpctx->streams[0]->time_base = st->time_base;
|
||||
|
||||
if (handle) {
|
||||
ret = ffio_fdopen(&rtpctx->pb, handle);
|
||||
|
Loading…
Reference in New Issue
Block a user