summaryrefslogtreecommitdiff
path: root/ffmpeg/tools/unwrap-diff
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2014-02-17 13:36:38 +0000
committerTim Redfern <tim@eclectronics.org>2014-02-17 13:36:38 +0000
commit22e28216336da876e1fd17f380ce42eaf1446769 (patch)
tree444dad3dc7e2656992d29f34f7bce31970c122a5 /ffmpeg/tools/unwrap-diff
parentae5e8541f6e06e64c28719467cdf366ac57aff31 (diff)
chasing indexing error
Diffstat (limited to 'ffmpeg/tools/unwrap-diff')
-rwxr-xr-xffmpeg/tools/unwrap-diff2
1 files changed, 0 insertions, 2 deletions
diff --git a/ffmpeg/tools/unwrap-diff b/ffmpeg/tools/unwrap-diff
deleted file mode 100755
index ccea99b..0000000
--- a/ffmpeg/tools/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'