tests: prefer ffprobe -show_entries to -show_format_entry

The latter option was deprecated.
This commit is contained in:
Stefano Sabatini 2012-11-20 00:21:23 +01:00
parent a9cfbf6d4b
commit 4a753fc5f7
1 changed files with 1 additions and 1 deletions

View File

@ -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(){