changeset 9562:6cf694df50b3

Use -frames 0 instead of hardcoded "goto goto_next_file;" (Suggested by "Per Winkvist <per.winkvist@telia.com>" in private mail)
author ranma
date Mon, 10 Mar 2003 00:46:40 +0000
parents 05c462fd6bff
children 11a39e14a762
files TOOLS/midentify
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/TOOLS/midentify	Mon Mar 10 00:10:05 2003 +0000
+++ b/TOOLS/midentify	Mon Mar 10 00:46:40 2003 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh
-mplayer -identify "$@" 2>/dev/null |
+mplayer -frames 0 -identify "$@" 2>/dev/null |
 	grep "^ID" |
 	sed -e 's/[`\\!$"]/\\&/g' |
 	sed -e '/^ID_FILENAME/ { s/^ID_FILENAME=\(.*\)/ID_FILENAME="\1"/g; }'