diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-05-09 01:20:21 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-05-14 12:59:51 +0200 |
commit | f48f03a400ac97a18db59387250d5631a6b329a7 (patch) | |
tree | 4915fe876995e5490bada92d6ba49b022daa3adc /tests/fate-run.sh | |
parent | 6cd06bd22c9ba2bcbe165d5e6e09334b7386dc2f (diff) | |
download | ffmpeg-f48f03a400ac97a18db59387250d5631a6b329a7.tar.gz |
ffprobe: add "noprint_wrappers" option to default writer
The option is useful for simplifying parsing.
Also use the new option in fate, in order to fix the regression
introduced by the previous commit.
Diffstat (limited to 'tests/fate-run.sh')
-rwxr-xr-x | tests/fate-run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate-run.sh b/tests/fate-run.sh index b3f1b68a93..c205169899 100755 --- a/tests/fate-run.sh +++ b/tests/fate-run.sh @@ -72,7 +72,7 @@ run(){ } probefmt(){ - run ffprobe -show_format_entry format_name -v 0 "$@" + run ffprobe -show_format_entry format_name -print_format default=nw=1 -v 0 "$@" } avconv(){ |