summaryrefslogtreecommitdiff
path: root/ffmpeg/tools/clean-diff
diff options
context:
space:
mode:
Diffstat (limited to 'ffmpeg/tools/clean-diff')
-rwxr-xr-xffmpeg/tools/clean-diff11
1 files changed, 0 insertions, 11 deletions
diff --git a/ffmpeg/tools/clean-diff b/ffmpeg/tools/clean-diff
deleted file mode 100755
index 4600702..0000000
--- a/ffmpeg/tools/clean-diff
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-sed '/^+[^+]/!s/ /TaBBaT/g' |\
- expand -t $(seq -s , 9 8 200) |\
- sed 's/TaBBaT/ /g' |\
- sed '/^+[^+]/s/ * $//' |\
- tr -d '\015' |\
- tr '\n' '°' |\
- sed 's/\(@@[^@]*@@°[^@]*\)/\n\1/g' |\
- egrep -v '@@[^@]*@@°(( [^°]*°)|([+-][[:space:]]*°)|(-[[:space:]]*([^°]*)°\+[[:space:]]*\5°))*$' |\
- tr -d '\n' |\
- tr '°' '\n'