mirror of https://github.com/FFmpeg/FFmpeg.git
Originally committed as revision 4502 to svn://svn.ffmpeg.org/ffmpeg/trunkpull/126/head
parent
ae38261ee8
commit
cf1cb7a8db
1 changed files with 2 additions and 0 deletions
@ -0,0 +1,2 @@ |
|||||||
|
#!/bin/sh |
||||||
|
tr '\n' '\001' | sed 's/\x01\x01/\x01 \x01/g' | sed 's/\x01\([^-+ @]\)/ \1/g' | tr '\001' '\n' |
Loading…
Reference in new issue