Re: [FFmpeg-devel] [PATCH] ffprobe: use quotation marks in the xml header output

2021-07-15 Thread Tobias Rapp
On 14.07.2021 16:57, James Almer wrote: xmllint (silently) replaces the ' with " when fixing and validating the output of ffprobe in fate-ffprobe_xsd. Signed-off-by: James Almer --- fftools/ffprobe.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fftools/ffprobe.c

[FFmpeg-devel] [PATCH] ffprobe: use quotation marks in the xml header output

2021-07-14 Thread James Almer
xmllint (silently) replaces the ' with " when fixing and validating the output of ffprobe in fate-ffprobe_xsd. Signed-off-by: James Almer --- fftools/ffprobe.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fftools/ffprobe.c b/fftools/ffprobe.c index 2d452c212e..94c73f