OSDN Git Service

rtpenc_chain: Don't copy the time_base back to the caller
authorMartin Storsjö <martin@martin.st>
Fri, 4 Feb 2011 10:04:19 +0000 (12:04 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 6 Feb 2011 19:31:45 +0000 (20:31 +0100)
commit118f09114cb99cf6805d952fd6a297dc934d9603
tree638fd4be8576fd4fa663d56338971fd86f5ade00
parent42f97696aec6bab0f11704c4de439e5364522ab6
rtpenc_chain: Don't copy the time_base back to the caller

If required, the caller can do this itself. ff_write_chained rescales
timestamps as necessary, and all current callers of rtpenc_chain
use ff_write_chained, making this timebase copy unnecessary.

Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 397ffde115f4e0482a007b672f40457596cebfc4)
libavformat/rtpenc_chain.c