diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-11-20 00:21:23 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-11-22 15:57:41 +0100 |
commit | 4a753fc5f77300450b3f0706c3abdc5d9f7fe315 (patch) | |
tree | 9c845c0760b41a2eb8c303d963ec00398cac6b58 /tests/fate-run.sh | |
parent | a9cfbf6d4b08a8b4ceb610f08f1cc232b090ba8f (diff) | |
download | ffmpeg-4a753fc5f77300450b3f0706c3abdc5d9f7fe315.tar.gz |
tests: prefer ffprobe -show_entries to -show_format_entry
The latter option was deprecated.
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 ccd04a3108..84fadcb256 100755 --- a/tests/fate-run.sh +++ b/tests/fate-run.sh @@ -71,7 +71,7 @@ run(){ } probefmt(){ - run ffprobe -show_format_entry format_name -print_format default=nw=1:nk=1 -v 0 "$@" + run ffprobe -show_entries format=format_name -print_format default=nw=1:nk=1 -v 0 "$@" } ffmpeg(){ |