1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00

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

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