diff options
author | scherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-20 20:05:07 +0000 |
---|---|---|
committer | scherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-20 20:05:07 +0000 |
commit | 1be621f1d1df8231a02e12d8a0b49c0910660469 (patch) | |
tree | d28ce5c03db17487606dbf60a4a64fd14240a366 /build | |
parent | a5d8fac6d37dec61810f55c6f49790644053e88f (diff) | |
download | chromium_src-1be621f1d1df8231a02e12d8a0b49c0910660469.zip chromium_src-1be621f1d1df8231a02e12d8a0b49c0910660469.tar.gz chromium_src-1be621f1d1df8231a02e12d8a0b49c0910660469.tar.bz2 |
Use av_rescale_q() for converting FFmpeg timestamps to base::TimeDelta (second attempt).
Previously we were using integer math to convert to microseconds, but depending on the frame rate and packet size we could introduce enough error that could accumulate and introduce audio/video synchronization drift. av_rescale_q() is a simple function but is designed to minimize error as much as possible.
Second attempt since I forgot to manually resolve av_rescale_q() for unittests.
Review URL: http://codereview.chromium.org/113619
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16514 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
0 files changed, 0 insertions, 0 deletions