]> git.sesse.net Git - ffmpeg/commit
fftools/ffprobe: Remove check on show_frames and show_packets in XML writer
authorTobias Rapp <t.rapp@noa-archive.com>
Wed, 31 Mar 2021 09:41:49 +0000 (11:41 +0200)
committerTobias Rapp <t.rapp@noa-archive.com>
Fri, 16 Apr 2021 06:40:09 +0000 (08:40 +0200)
commitf10da58ec367cd802ae697d34c51f447b32a34a2
tree7e357b948295f63848f034292529a4d19fcb9bd1
parent240aa70b798e99c15191d986261966bdbce59dba
fftools/ffprobe: Remove check on show_frames and show_packets in XML writer

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@noa-archive.com>
fftools/ffprobe.c