remove some purely cosmetical hunks
authorMichael Niedermayer <michaelni@gmx.at>
Fri, 3 Jun 2005 11:38:49 +0000 (11:38 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 3 Jun 2005 11:38:49 +0000 (11:38 +0000)
Originally committed as revision 4345 to svn://svn.ffmpeg.org/ffmpeg/trunk

clean-diff

index 211bfae..3a6d19e 100755 (executable)
@@ -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