summaryrefslogtreecommitdiff
path: root/tests/fate-run.sh
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-11-20 00:21:23 +0100
committerStefano Sabatini <stefasab@gmail.com>2012-11-22 15:57:41 +0100
commit4a753fc5f77300450b3f0706c3abdc5d9f7fe315 (patch)
tree9c845c0760b41a2eb8c303d963ec00398cac6b58 /tests/fate-run.sh
parenta9cfbf6d4b08a8b4ceb610f08f1cc232b090ba8f (diff)
tests: prefer ffprobe -show_entries to -show_format_entry
The latter option was deprecated.
Diffstat (limited to 'tests/fate-run.sh')
-rwxr-xr-xtests/fate-run.sh2
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(){