[FFmpeg-devel] Reducing time spent in av_find_stream_info()
    Stefano Sabatini 
    stefano.sabatini-lala
       
    Thu Nov 15 18:10:09 CET 2007
    
    
  
On date Thursday 2007-11-15 09:39:41 +0100, Diego Santa Cruz encoded:
[...]
> > tabs are forbidden in svn
> 
> Sorry about that... I'll change the Emacs settings :)
These are my settings for editing ffmpeg C sources:
(add-hook 'c-mode-hook
	  (lambda ()
            (setq indent-tabs-mode nil)
            (setq show-trailing-whitespace t)
	    (c-set-style "K&R")
	    (setq c-basic-offset 4)))
HTH, regards.
-- 
Stefano Sabatini
Linux user number 337176 (see http://counter.li.org)
    
    
More information about the ffmpeg-devel
mailing list