diff options
author | Florent Tribouilloy <florent.tribouilloy@smartjog.com> | 2013-07-25 12:55:40 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-07-28 16:39:06 +0200 |
commit | 2186a7e547fdda716138444c8345ce8b823f2d4a (patch) | |
tree | 8bd62265dab32c930d80c939300307f7fb1b7258 /tests/ref/fate/ffprobe_xml | |
parent | 2fcd400669bcb31a0c99d88cfde4f6db4b40fa45 (diff) | |
download | ffmpeg-2186a7e547fdda716138444c8345ce8b823f2d4a.tar.gz |
ffprobe: add -show_programs option
The option is used to sort the streams by program.
Signed-off-by: Florent Tribouilloy <florent.tribouilloy@smartjog.com>
Signed-off-by: Stefano Sabatini <stefasab@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 1f2715a8e4..410f250cb0 100644 --- a/tests/ref/fate/ffprobe_xml +++ b/tests/ref/fate/ffprobe_xml @@ -46,7 +46,7 @@ </stream> </streams> - <format filename="tests/data/ffprobe-test.nut" nb_streams="3" format_name="nut" start_time="0.000000" duration="0.120000" size="1054812" bit_rate="70320800"> + <format filename="tests/data/ffprobe-test.nut" nb_streams="3" nb_programs="0" format_name="nut" start_time="0.000000" duration="0.120000" size="1054812" bit_rate="70320800"> <tag key="title" value="ffprobe test file"/> <tag key="comment" value="'A comment with CSV, XML & JSON special chars': <tag value="x">"/> <tag key="comment2" value="I ♥ Üñîçød€"/> |