Do not truncate timestamps before the muxer as it makes simple
authorMichael Niedermayer <michaelni@gmx.at>
Fri, 29 Aug 2008 01:43:27 +0000 (01:43 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 29 Aug 2008 01:43:27 +0000 (01:43 +0000)
commitf0aaa16fdfdcfc54418c5f2fce5ea2e693309c8d
tree737f423d81c53e6ccb04820e1074816bb303ed58
parente522bd49c8dbe9a77ed28009d3813f808a8072ca
Do not truncate timestamps before the muxer as it makes simple
things like last_pts - pts rather tricky and is not good for anything.
Timestamps should be truncated just before storing when needed.

Originally committed as revision 15015 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/utils.c