mirror of https://github.com/FFmpeg/FFmpeg.git
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.pull/21/head
parent
38665efcc7
commit
0884d04dc3
2 changed files with 2 additions and 2 deletions
@ -1 +1 @@ |
||||
a39d7e299a8e25b4ffece0f8d64bf19e |
||||
9615088d613931b50fd5016c7535b99a |
||||
|
Loading…
Reference in new issue