[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
Fri Apr 16 10:16:31 EEST 2021
On 13.04.2021 08:54, Tobias Rapp wrote:
> 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.
Applied both patches.
Regards,
Tobias
More information about the ffmpeg-devel
mailing list