summaryrefslogtreecommitdiff
path: root/clean-diff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2005-06-03 11:38:49 +0000
committerMichael Niedermayer <michaelni@gmx.at>2005-06-03 11:38:49 +0000
commitc62112ff06f859c8c3ef096f859a0f5a941a1ce8 (patch)
treedb27d5de451a00b29639c7c90a4566beb8f4b191 /clean-diff
parent47805d210ce03f97eee3398a872d2a1a5018ce28 (diff)
remove some purely cosmetical hunks
Originally committed as revision 4345 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'clean-diff')
-rwxr-xr-xclean-diff11
1 files changed, 10 insertions, 1 deletions
diff --git a/clean-diff b/clean-diff
index 211bfae144..3a6d19eede 100755
--- a/clean-diff
+++ b/clean-diff
@@ -1,2 +1,11 @@
#!/bin/sh
-sed '/^+[^+]/!s/ /TaBBaT/g' | expand -t `seq -s , 9 8 200` | sed 's/TaBBaT/ /g' | sed '/^+[^+]/s/ * $//' | tr -d '\015' \ No newline at end of file
+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' \ No newline at end of file