mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-23 15:53:08 +00:00
tests: prefer ffprobe -show_entries to -show_format_entry
The latter option was deprecated.
This commit is contained in:
parent
a9cfbf6d4b
commit
4a753fc5f7
@ -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…
Reference in New Issue
Block a user