Changeset 0884d04d in ffmpeg

Timestamp:
Apr 7, 2013, 11:25:24 AM (12 years ago)
Author:
Nicolas George <nicolas.george@normalesup.org>
Branches:
master
Children:
2f284c01
Parents:
38665efc
git-author:
Nicolas George <nicolas.george@normalesup.org> (04/07/13 07:48:57)
git-committer:
Nicolas George <nicolas.george@normalesup.org> (04/07/13 11:25:24)
Message:

lavc: fix recoded subtitles end.

Text subtitles packets are not 0-terminated (and if they are,
it is handled by the recoding process since 0 is a valid
Unicode code point). The terminating 0 would overwrite the
last payload octet.

OTOH, packets must be 0-padded.

Fix a problem reported in trac ticket #2431.

(No files)

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