Add missing newlines at end of file.

Originally committed as revision 5335 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2006-04-29 16:17:50 +00:00
parent 2bda41e5b2
commit 2805e3b4eb
3 changed files with 3 additions and 3 deletions

2
README
View File

@ -16,4 +16,4 @@ FFmpeg README
* liba52 and libpostproc are distributed under the GNU General Public * liba52 and libpostproc are distributed under the GNU General Public
License and their compilation and use is optional in ffmpeg. License and their compilation and use is optional in ffmpeg.
Fabrice Bellard. Fabrice Bellard.

View File

@ -8,4 +8,4 @@ sed '/^+[^+]/!s/ /TaBBaT/g' |\
sed 's/\(@@[^@]*@@°[^@]*\)/\n\1/g' |\ sed 's/\(@@[^@]*@@°[^@]*\)/\n\1/g' |\
egrep -v '@@[^@]*@@°(( [^°]*°)|([+-][[:space:]]*°)|(-[[:space:]]*([^°]*)°\+[[:space:]]*\5°))*$' |\ egrep -v '@@[^@]*@@°(( [^°]*°)|([+-][[:space:]]*°)|(-[[:space:]]*([^°]*)°\+[[:space:]]*\5°))*$' |\
tr -d '\n' |\ tr -d '\n' |\
tr '°' '\n' tr '°' '\n'

View File

@ -1,2 +1,2 @@
#!/bin/sh #!/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'