OSDN Git Service

avcodec/libxavs: attempt to fix compilation after b18c7c8d.
[android-x86/external-ffmpeg.git] / tools / unwrap-diff
1 #!/bin/sh
2 tr '\n' '\001' | sed 's/\x01\x01/\x01 \x01/g' | sed 's/\x01\([^-+ @]\)/ \1/g' | tr '\001' '\n'