From 1d0b3b20c34517b9d1ddf3ea347776304b0c4b44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Sat, 1 Mar 2008 03:05:13 +0100 Subject: Update internal FFmpeg copy. --- contrib/ffmpeg/tools/unwrap-diff | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 contrib/ffmpeg/tools/unwrap-diff (limited to 'contrib/ffmpeg/tools/unwrap-diff') diff --git a/contrib/ffmpeg/tools/unwrap-diff b/contrib/ffmpeg/tools/unwrap-diff new file mode 100755 index 000000000..ccea99b7b --- /dev/null +++ b/contrib/ffmpeg/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' -- cgit v1.2.3