summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS')
-rwxr-xr-xTOOLS/midentify4
1 files changed, 3 insertions, 1 deletions
diff --git a/TOOLS/midentify b/TOOLS/midentify
index 99fe723631..1fdec43ea8 100755
--- a/TOOLS/midentify
+++ b/TOOLS/midentify
@@ -13,4 +13,6 @@ if [ -z "$1" ]; then
fi
mplayer -vo null -ao null -frames 0 -identify "$@" 2>/dev/null |
- sed -ne '/^ID_/ {s/[]`\\!$" []/\\&/g;p }'
+ sed -ne '/^ID_/ {
+ s/[]`\\!$" []/\\&/g;p
+ }'