[FFmpeg-devel] [PATCH] Implement AAC Long Term Prediction (LTP) decoding module
Luca Barbato
lu_zero
Sun Jan 30 01:45:12 CET 2011
On 01/30/2011 12:53 AM, Young Han Lee wrote:
> Thank you for comments.
> I update the patch following the style.
> If you find any mistakes again, please let me know to fix them
if you are using vim put this in your ~/.vimrc
set nocompatible
set shiftwidth=4
set softtabstop=4
set expandtab
function StripTrailingWhitespace()
if !&binary && &filetype != 'diff'
normal mz
normal Hmy
%s/\s\+$//e
normal 'yz<CR>
normal `z
endif
endfunction
autocmd BufWritePre * :call StripTrailingWhitespace()
to remove tabs you can use :0,%:s:\t: :g or use the same expression
as sed line.
Thank you =)
lu
--
Luca Barbato
Gentoo/linux
http://dev.gentoo.org/~lu_zero
More information about the ffmpeg-devel
mailing list