mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 11:49:48 +00:00
c07ed8c8a2
Originally committed as revision 9634 to svn://svn.ffmpeg.org/ffmpeg/trunk
3 lines
105 B
Bash
Executable File
3 lines
105 B
Bash
Executable File
#!/bin/sh
|
|
tr '\n' '\001' | sed 's/\x01\x01/\x01 \x01/g' | sed 's/\x01\([^-+ @]\)/ \1/g' | tr '\001' '\n'
|