[FFmpeg-devel] [PATCH] avcodec/webvttdec: strip classes

2025-04-05 Thread Leon Grutters
If a supported tag has a class, e.g "" it is ignored entirely; so for example "Hello" would be converted to "Hello{\i0}" instead of the intended "{\i1}Hello{\i0}". Signed-off-by: Leon Grutters --- libavcodec/webvttdec.c | 51 +- 1 file changed, 40 insertio

Re: [FFmpeg-devel] [PATCH] avcodec/webvttdec: strip classes

2025-04-04 Thread Andreas Rheinhardt
Leon Grutters: > On 3/20/25 9:02 AM, Andreas Rheinhardt wrote: >> Leon Grutters: >>> If a supported tag has a class, e.g "" it is ignored entirely; >>> so for example "Hello" would be converted to "Hello{\i0}" >>> instead of the intended "{\i1}Hello{\i0}". >>> >>> Signed-off-by: Leon Grutters >>> -

Re: [FFmpeg-devel] [PATCH] avcodec/webvttdec: strip classes

2025-03-20 Thread Leon Grutters
On 3/20/25 9:02 AM, Andreas Rheinhardt wrote: Leon Grutters: If a supported tag has a class, e.g "" it is ignored entirely; so for example "Hello" would be converted to "Hello{\i0}" instead of the intended "{\i1}Hello{\i0}". Signed-off-by: Leon Grutters --- libavcodec/webvttdec.c | 51 +++

Re: [FFmpeg-devel] [PATCH] avcodec/webvttdec: strip classes

2025-03-20 Thread Andreas Rheinhardt
Leon Grutters: > If a supported tag has a class, e.g "" it is ignored entirely; > so for example "Hello" would be converted to "Hello{\i0}" > instead of the intended "{\i1}Hello{\i0}". > > Signed-off-by: Leon Grutters > --- > libavcodec/webvttdec.c | 51 +-