diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-12-08 20:07:32 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-12-08 20:21:28 +0100 |
commit | fab97adb668b341376b77b9e28709e54afb4fa51 (patch) | |
tree | 01286bd6854e59c748c1df37cf5e1de81bcf77fd /doc/developer.texi | |
parent | a4bf093e7b758aefdbf54aa01527e673906d0a85 (diff) | |
download | ffmpeg-fab97adb668b341376b77b9e28709e54afb4fa51.tar.gz |
docs: Minor project name cleanup
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/developer.texi')
-rw-r--r-- | doc/developer.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/developer.texi b/doc/developer.texi index 59da187208..6e65b42738 100644 --- a/doc/developer.texi +++ b/doc/developer.texi @@ -180,10 +180,10 @@ should also be avoided if they don't make the code easier to understand. @end itemize @subsection Editor configuration -In order to configure Vim to follow Libav formatting conventions, paste +In order to configure Vim to follow FFmpeg formatting conventions, paste the following snippet into your @file{.vimrc}: @example -" indentation rules for libav: 4 spaces, no tabs +" indentation rules for FFmpeg: 4 spaces, no tabs set expandtab set shiftwidth=4 set softtabstop=4 @@ -299,7 +299,7 @@ For Emacs, add these roughly equivalent lines to your @file{.emacs.d/init.el}: always check values read from some untrusted source before using them as array index or other risky things. @item - Remember to check if you need to bump versions for the specific libav + Remember to check if you need to bump versions for the specific libav* parts (libavutil, libavcodec, libavformat) you are changing. You need to change the version integer. Incrementing the first component means no backward compatibility to |