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

2025-04-16 Thread Michael Niedermayer
Hi On Fri, Mar 21, 2025 at 04:55:02PM +0100, Leon Grutters wrote: > 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/webvttd

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

2025-04-15 Thread Leon Grutters
On 3/21/25 4:55 PM, Leon Grutters wrote: 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 Hi all, Wondering if anyone could review and/or apply this

[FFmpeg-devel] [PATCH v2] 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 | 39 --- 1 file changed, 28 insertions(

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

2025-03-29 Thread Leon Grutters
On 3/21/25 4:55 PM, Leon Grutters wrote: 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 Ping. --- libavcodec/webvttdec.c | 39