mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-09-10 07:52:20 +08:00
Add missing newlines at end of file.
Originally committed as revision 5335 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
2
README
2
README
@ -16,4 +16,4 @@ FFmpeg README
|
||||
* liba52 and libpostproc are distributed under the GNU General Public
|
||||
License and their compilation and use is optional in ffmpeg.
|
||||
|
||||
Fabrice Bellard.
|
||||
Fabrice Bellard.
|
||||
|
@ -8,4 +8,4 @@ sed '/^+[^+]/!s/ /TaBBaT/g' |\
|
||||
sed 's/\(@@[^@]*@@<40>[^@]*\)/\n\1/g' |\
|
||||
egrep -v '@@[^@]*@@<40>(( [^<5E>]*<2A>)|([+-][[:space:]]*<2A>)|(-[[:space:]]*([^<5E>]*)<29>\+[[:space:]]*\5<>))*$' |\
|
||||
tr -d '\n' |\
|
||||
tr '<27>' '\n'
|
||||
tr '<27>' '\n'
|
||||
|
@ -1,2 +1,2 @@
|
||||
#!/bin/sh
|
||||
tr '\n' '\001' | sed 's/\x01\x01/\x01 \x01/g' | sed 's/\x01\([^-+ @]\)/ \1/g' | tr '\001' '\n'
|
||||
tr '\n' '\001' | sed 's/\x01\x01/\x01 \x01/g' | sed 's/\x01\([^-+ @]\)/ \1/g' | tr '\001' '\n'
|
||||
|
Reference in New Issue
Block a user