[FFmpeg-devel] [PATCH] doc/developer: remove warning regarding long long

Ganesh Ajjanagadde gajjanagadde at gmail.com
Sun Nov 29 16:09:26 CET 2015


long long is already being used in quite a few places in FFmpeg. There
is no reason to list it as something to avoid. Or put in other words, it
is definitely out of place in the surrounding context.

Signed-off-by: Ganesh Ajjanagadde <gajjanagadde at gmail.com>
---
 doc/developer.texi | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/doc/developer.texi b/doc/developer.texi
index 455b120..afc707a 100644
--- a/doc/developer.texi
+++ b/doc/developer.texi
@@ -146,9 +146,6 @@ additional C99 features or GCC extensions. Especially watch out for:
 mixing statements and declarations;
 
 @item
- at samp{long long} (use @samp{int64_t} instead);
-
- at item
 @samp{__attribute__} not protected by @samp{#ifdef __GNUC__} or similar;
 
 @item
-- 
2.6.2



More information about the ffmpeg-devel mailing list