diff options
author | Timothy B. Terriberry <tterribe@xiph.org> | 2014-10-13 17:46:00 -0700 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-10-18 05:01:59 +0200 |
commit | 6cbbf0592f4f3940aac7f687850d1b726a2ea836 (patch) | |
tree | 1d886f6d575d521535abc7301f914a9d06873c3a /libavutil/opt.c | |
parent | fb238f8230c1b0314985482207add548c68f83cf (diff) | |
download | ffmpeg-streaming-6cbbf0592f4f3940aac7f687850d1b726a2ea836.zip ffmpeg-streaming-6cbbf0592f4f3940aac7f687850d1b726a2ea836.tar.gz |
resample: Avoid off-by-1 errors in PTS calcs.
The rounding used in the PTS calculations in filter_frame() does
not actually match the number of samples output by the resampler.
This leads to off-by-1 errors in the timestamps indicating gaps and
underruns, even when the input timestamps are all contiguous.
Bug-Id: 753
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'libavutil/opt.c')
0 files changed, 0 insertions, 0 deletions