summaryrefslogtreecommitdiff
path: root/contrib/ffmpeg/clean-diff
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ffmpeg/clean-diff')
-rwxr-xr-xcontrib/ffmpeg/clean-diff11
1 files changed, 0 insertions, 11 deletions
diff --git a/contrib/ffmpeg/clean-diff b/contrib/ffmpeg/clean-diff
deleted file mode 100755
index 98e26a79f..000000000
--- a/contrib/ffmpeg/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'