[FFmpeg-cvslog] tests: prefer ffprobe -show_entries to -show_format_entry

Stefano Sabatini git at videolan.org
Thu Nov 22 16:03:45 CET 2012


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Tue Nov 20 00:21:23 2012 +0100| [4a753fc5f77300450b3f0706c3abdc5d9f7fe315] | committer: Stefano Sabatini

tests: prefer ffprobe -show_entries to -show_format_entry

The latter option was deprecated.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4a753fc5f77300450b3f0706c3abdc5d9f7fe315
---

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



More information about the ffmpeg-cvslog mailing list