mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02: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(){
|
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(){
|
ffmpeg(){
|
||||||
|
Loading…
Reference in New Issue
Block a user