rtpenc_chain: Don't copy the time base to the source stream by default
authorMartin Storsjö <martin@martin.st>
Fri, 30 May 2014 22:09:58 +0000 (01:09 +0300)
committerMartin Storsjö <martin@martin.st>
Sat, 31 May 2014 09:02:23 +0000 (12:02 +0300)
commitf797b134cad4d248b1c8955659997980d0668bc3
tree1b9012c88caa1d0f06c032fe812f8895a528ed30
parentd6d767d93e532246cacf3567e6bcad76a821f838
rtpenc_chain: Don't copy the time base to the source stream by default

Only copy it manually in the muxers where it makes sense (rtspenc,
sapenc). Don't touch the original AVStream in movenchint, where
the original AVStream should be kept untouched.

This fixes the normal tracks in RTP hinted files after
abb810db - the hint tracks were ok while the normal media tracks
were broken, noticed by Michael Niedermayer.

This reverts abb810db but achieves the same effect for the other
muxers.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/rtpenc_chain.c
libavformat/rtsp.c
libavformat/sapenc.c