[FFmpeg-devel] [PATCH] avcodec/webvttdec: Unescape HTML entities

Ricardo wiiaboo at gmail.com
Fri Oct 9 15:34:31 CEST 2015


I think those were needed when UTF-8 wasn't expected, but WebVTT makes it
mandatory, according to https://w3c.github.io/webvtt/#file-structure

Are you saying that <nonsense> and &nonsense; should be removed (like it
was)?

On 9 October 2015 at 13:50, Clément Bœsch <u at pkh.me> wrote:

> On Thu, Oct 08, 2015 at 10:50:49PM +0100, Ricardo wrote:
> > That would probably be considered a broken WebVTT file, since "&" need to
> > be encoded as "&".
> >
>
> What about "Clément" or any unsupported escape?
>
> [...]
>
> --
> Clément B.
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
>


More information about the ffmpeg-devel mailing list