resample: Avoid off-by-1 errors in PTS calcs.
authorTimothy B. Terriberry <tterribe@xiph.org>
Tue, 14 Oct 2014 00:46:00 +0000 (17:46 -0700)
committerAnton Khirnov <anton@khirnov.net>
Sat, 18 Oct 2014 03:11:23 +0000 (05:11 +0200)
commitca8c62d187fdca13979379fb2ab172ed662aa2f8
tree2375e41df3c1b193c4c471cc288ce5623ec41dbc
parente443165c323406d01da7e7930f042d265d01fb35
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>
(cherry picked from commit 6cbbf0592f4f3940aac7f687850d1b726a2ea836)
Signed-off-by: Anton Khirnov <anton@khirnov.net>
libavfilter/af_resample.c