diff options
author | Måns Rullgård <mans@mansr.com> | 2007-07-13 21:33:24 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2007-07-13 21:33:24 +0000 |
commit | c07ed8c8a22c1427323dccb7722b2b094f95e728 (patch) | |
tree | 429fe6bdd3616d542e709792dfdcb6c7f86e3fdd /tools/unwrap-diff | |
parent | fdc1973e30b5ccafaa2443053fd65a35fdbd9d5a (diff) | |
download | ffmpeg-c07ed8c8a22c1427323dccb7722b2b094f95e728.tar.gz |
create and populate "tools" directory
Originally committed as revision 9634 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tools/unwrap-diff')
-rwxr-xr-x | tools/unwrap-diff | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/unwrap-diff b/tools/unwrap-diff new file mode 100755 index 0000000000..ccea99b7b4 --- /dev/null +++ b/tools/unwrap-diff @@ -0,0 +1,2 @@ +#!/bin/sh +tr '\n' '\001' | sed 's/\x01\x01/\x01 \x01/g' | sed 's/\x01\([^-+ @]\)/ \1/g' | tr '\001' '\n' |