[FFmpeg-devel] [PATCH] tests: prefer ffprobe -show_entries to -show_format_entry
Stefano Sabatini
stefasab at gmail.com
Tue Nov 20 00:21:23 CET 2012
The latter option was deprecated.
---
tests/fate-run.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/fate-run.sh b/tests/fate-run.sh
index ccd04a3..84fadcb 100755
--- a/tests/fate-run.sh
+++ b/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(){
--
1.7.9.5
More information about the ffmpeg-devel
mailing list