Re: [FFmpeg-devel] [PATCH] avformat/imf_cpl: do not use filesize when reading XML file

2022-02-02 Thread Pierre-Anthony Lemieux
Works for me. There are several other IMF-related patches waiting, some of them rather trivial. Should they be combined and/or merged together? On Mon, Jan 31, 2022 at 3:13 PM Marton Balint wrote: > > Similar to the earlier patch applied to imfdec. > > Signed-off-by: Marton Balint > --- > liba

[FFmpeg-devel] [PATCH] avformat/imf_cpl: do not use filesize when reading XML file

2022-01-31 Thread Marton Balint
Similar to the earlier patch applied to imfdec. Signed-off-by: Marton Balint --- libavformat/imf_cpl.c | 13 + 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/libavformat/imf_cpl.c b/libavformat/imf_cpl.c index f2ad9c05d6..102a6b4549 100644 --- a/libavformat/imf_cpl.c +