summaryrefslogtreecommitdiff
path: root/unwrap-diff
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2007-07-13 21:33:24 +0000
committerMåns Rullgård <mans@mansr.com>2007-07-13 21:33:24 +0000
commitc07ed8c8a22c1427323dccb7722b2b094f95e728 (patch)
tree429fe6bdd3616d542e709792dfdcb6c7f86e3fdd /unwrap-diff
parentfdc1973e30b5ccafaa2443053fd65a35fdbd9d5a (diff)
create and populate "tools" directory
Originally committed as revision 9634 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'unwrap-diff')
-rwxr-xr-xunwrap-diff2
1 files changed, 0 insertions, 2 deletions
diff --git a/unwrap-diff b/unwrap-diff
deleted file mode 100755
index ccea99b7b4..0000000000
--- a/unwrap-diff
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-tr '\n' '\001' | sed 's/\x01\x01/\x01 \x01/g' | sed 's/\x01\([^-+ @]\)/ \1/g' | tr '\001' '\n'