Changeset af043b83 in ffmpeg

Timestamp:
Mar 30, 2018, 3:46:47 AM (7 years ago)
Author:
Philip Langdale <philipl@overt.org>
Branches:
master
Children:
91bb871
Parents:
c42c99c3
git-author:
Philip Langdale <philipl@overt.org> (03/28/18 02:55:24)
git-committer:
Philip Langdale <philipl@overt.org> (03/30/18 03:46:47)
Message:

movtextenc: fix handling of utf-8 subtitles

See the earlier fix for movtextdec for details. The equivalent bug is
present on the encoder side as well.

We need to track the text length in 'characters' (which seems to really
mean codepoints) to ensure that styles are applied across the correct
ranges.

(No files)

Note: See TracChangeset for help on using the changeset viewer.