aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/ffmpeg/tools/unwrap-diff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-12-16 14:37:47 +0000
committerChristian Grothoff <christian@grothoff.org>2009-12-16 14:37:47 +0000
commit13fa59885862da1b6e7404852dcb547f0e113b0b (patch)
tree59a7b19b4dfb263cb2ac3bf567ed6a692ba6d49d /src/plugins/ffmpeg/tools/unwrap-diff
parentbd9a3967cb2f43c7fcc0a3e78b47759860672794 (diff)
downloadlibextractor-13fa59885862da1b6e7404852dcb547f0e113b0b.tar.gz
libextractor-13fa59885862da1b6e7404852dcb547f0e113b0b.zip
odf
Diffstat (limited to 'src/plugins/ffmpeg/tools/unwrap-diff')
-rwxr-xr-xsrc/plugins/ffmpeg/tools/unwrap-diff2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/ffmpeg/tools/unwrap-diff b/src/plugins/ffmpeg/tools/unwrap-diff
deleted file mode 100755
index ccea99b..0000000
--- a/src/plugins/ffmpeg/tools/unwrap-diff
+++ /dev/null
@@ -1,2 +0,0 @@
1#!/bin/sh
2tr '\n' '\001' | sed 's/\x01\x01/\x01 \x01/g' | sed 's/\x01\([^-+ @]\)/ \1/g' | tr '\001' '\n'