summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorDr.Smile <vabnick@gmail.com>2017-01-31 02:47:58 +0300
committerDr.Smile <vabnick@gmail.com>2017-01-31 02:47:58 +0300
commitc7fbe80b29d0e64c36ca0872b8ddc1f766f89f5a (patch)
treedce8107b943d7b0dc70768f3bd0ec16c7e14e3c3 /.travis.yml
parent1b44a560d758ef7d74bb601cb812543ba809d304 (diff)
downloadlibass-c7fbe80b29d0e64c36ca0872b8ddc1f766f89f5a.tar.bz2
libass-c7fbe80b29d0e64c36ca0872b8ddc1f766f89f5a.tar.xz
render: remove redundant has_clips
has_clips was a workaround for the case where a new image reused the same memory address as another image used in the previous frame. In case of such reuse, comparison by pointer address failed to distinguish the different images in ass_detect_change(). After commit dd06ca30ea79ce50116a43cc5521d4eaf60a017e, images in the previous frame are no longer freed before the comparison with current frame. Thus no such reuse can occur, and the workaround is redundant. See https://github.com/libass/libass/pull/258.
Diffstat (limited to '.travis.yml')
0 files changed, 0 insertions, 0 deletions