Changeset 7b328560 in ffmpeg

Timestamp:
Jan 16, 2015, 6:53:17 PM (10 years ago)
Author:
Michael Niedermayer <michaelni@gmx.at>
Branches:
master
Children:
d3d9a00b
Parents:
261e8ccb
git-author:
Michael Niedermayer <michaelni@gmx.at> (01/16/15 16:03:35)
git-committer:
Michael Niedermayer <michaelni@gmx.at> (01/16/15 18:53:17)
Message:

ffmpeg: Maintain higher precision pts between video filter and fps code

This is a bit ugly as it attempts to keep most of the computation
in integers before the double based fps code. The use of integers
is to reduce the chances of rounding differences between platforms

Previously the timestamp was rounded to the encoder timebase
before being converted back to double precision which could cause loss
of precision

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>

(No files)

Note: See TracChangeset for help on using the changeset viewer.