rtpenc_chain: Pass the initial time_base hint on to the chained muxer

Multimedia / Libav - Martin Storsjö [martin.st] - 17 September 2014 14:53 UTC

In practice this hint is ignored - the rtp muxer always overwrites the stream time base without taking the hint into account. But as a general practice this is the correct way to pass a time base hint on to a chained muxer.

This avoids warnings about using the codec time base as hint being deprecated.

2bb2c2b rtpenc_chain: Pass the initial time_base hint on to the chained muxer
libavformat/rtpenc_chain.c | 1 +
1 file changed, 1 insertion(+)

Upstream: git.libav.org


  • Share