[FFmpeg-devel] [PATCH 1/2] fftools/ffprobe: Remove check on show_frames and show_packets in XML writer

Tobias Rapp t.rapp at noa-archive.com
Tue Apr 13 09:54:45 EEST 2021


On 31.03.2021 12:13, Tobias Rapp wrote:
> The "packets_and_frames" element has been added to ffprobe.xsd in
> 0c9f0da0f7656059e9bd41931d250aafddf35ea3 but apparently removing the
> check in ffprobe.c has been forgotten.
> 
> Signed-off-by: Tobias Rapp <t.rapp at noa-archive.com>
> ---
>   fftools/ffprobe.c | 7 -------
>   1 file changed, 7 deletions(-)
> 
> [..]

BTW, this can be tested using a command-line like:

ffprobe -show_streams -show_packets -show_format -show_frames \
   tests/data/ffprobe-test.nut -noprivate -of xml=q=1:x=1 | \
   xmllint --noout --schema doc/ffprobe.xsd -

If there are no objections I'd like to apply both patches at the end of 
this week.

Regards,
Tobias



More information about the ffmpeg-devel mailing list