tests: prefer ffprobe -show_entries to -show_format_entry

The latter option was deprecated.
pull/8/head
Stefano Sabatini 12 years ago
parent a9cfbf6d4b
commit 4a753fc5f7
  1. 2
      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(){

Loading…
Cancel
Save