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

2015-11-29 Thread Ganesh Ajjanagadde
On Sun, Nov 29, 2015 at 10:14 AM, Nicolas George wrote: > Le nonidi 9 frimaire, an CCXXIV, Ganesh Ajjanagadde a écrit : >> long long is already being used in quite a few places in FFmpeg. There >> is no reason to list it as something to avoid. > > IMHO, most of these places should be replaced by m

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

2015-11-29 Thread Nicolas George
Le nonidi 9 frimaire, an CCXXIV, Ganesh Ajjanagadde a écrit : > long long is already being used in quite a few places in FFmpeg. There > is no reason to list it as something to avoid. IMHO, most of these places should be replaced by more adapted types. With modern C, having long, long long or shor

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

2015-11-29 Thread Ganesh Ajjanagadde
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 --- doc/developer.texi | 3 --- 1 file changed, 3 deletions(-)