diff options
author | James Almer <jamrial@gmail.com> | 2024-03-02 16:03:20 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2024-03-05 12:56:21 -0300 |
commit | 7e4334e16aaf2cac7e21a6178295fe675f35dca8 (patch) | |
tree | 752601666d40f16eb14533216772713553d3e799 /tests/ref/fate/ffprobe_xml | |
parent | 3769968afdae4b0530eef438cb6cccd243258532 (diff) | |
download | ffmpeg-7e4334e16aaf2cac7e21a6178295fe675f35dca8.tar.gz |
fftools/ffprobe: add support for Stream Groups
Reviewed-by: Stefano Sabatini <stefasab@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'tests/ref/fate/ffprobe_xml')
-rw-r--r-- | tests/ref/fate/ffprobe_xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ref/fate/ffprobe_xml b/tests/ref/fate/ffprobe_xml index 038dd36372..f4e07ba8d5 100644 --- a/tests/ref/fate/ffprobe_xml +++ b/tests/ref/fate/ffprobe_xml @@ -55,7 +55,7 @@ </stream> </streams> - <format filename="tests/data/ffprobe-test.nut" nb_streams="3" nb_programs="0" format_name="nut" start_time="0.000000" duration="0.120000" size="1053646" bit_rate="70243066" probe_score="100"> + <format filename="tests/data/ffprobe-test.nut" nb_streams="3" nb_programs="0" nb_stream_groups="0" format_name="nut" start_time="0.000000" duration="0.120000" size="1053646" bit_rate="70243066" probe_score="100"> <tags> <tag key="title" value="ffprobe test file"/> <tag key="comment" value="'A comment with CSV, XML & JSON special chars': <tag value="x">"/> |