]> granicus.if.org Git - libass/commit
Fix change detection in a rare case
authorGrigori Goronzy <greg@blackbox>
Mon, 1 Oct 2012 17:33:36 +0000 (19:33 +0200)
committerGrigori Goronzy <greg@blackbox>
Mon, 1 Oct 2012 17:33:36 +0000 (19:33 +0200)
commit362614163207ed0cf775e591d4ded17a3170d33e
treef5ac4498a1c6b3e4f9d27aa2c183b7fe3ab0c569
parent840ce4c2d9381e340c3239d104933fea85fff3e5
Fix change detection in a rare case

If an empty track is passed to ass_render_frame, always set the
change detection value to 2 (content and positions changed). This is
acceptable in both the case that the previous call resulted in images
(obviously) and in the case that the previous call resulted in no
images (in that case the change detection result doesn't actually
matter).
libass/ass_render.c