diff options
author | Clément Bœsch <u@pkh.me> | 2017-07-29 20:56:25 +0200 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2017-08-01 15:50:00 +0200 |
commit | f0f8da545d80665ae54d51df61e8f6903c85390a (patch) | |
tree | 22fe6bbbabdb2f484fee2ec6cf3835e50bc33f59 /libavutil/bprint.h | |
parent | b2d9d7226943d6229a17e31714ce5162bdf88b33 (diff) | |
download | ffmpeg-f0f8da545d80665ae54d51df61e8f6903c85390a.tar.gz |
lavc/htmlsubtitles: improve handling broken garbage
This commit switches off forced correct nesting of tags and only keeps
it for font tags. See long explanations in the code for the rationale.
This results in various FATE changes which I'll explain here:
- various swapping in font attributes, this is mostly noise due to the
old reverse stack way of printing them. The new one is more correct as
the last attribute takes over the previous ones.
- unrecognized tags disappears
- invalid tags that were previously displayed aren't anymore (instead,
we have a warning). This is better for the end user
The main benefit of this commit is to be more tolerant to error, leading
to a better handling of badly nested tags or random wrong formatting for
the end user.
Diffstat (limited to 'libavutil/bprint.h')
0 files changed, 0 insertions, 0 deletions