Re: [FFmpeg-devel] libavutil : cosmetic: added spaces wherever necessary

2014-12-16 Thread Michael Niedermayer
On Wed, Dec 17, 2014 at 02:04:46AM +0530, supraja reddy wrote: > I hope this fixes the issues . patch applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB The real ebay dictionary, page 3 "Rare item" - "Common item with rare defect or maybe just a li

Re: [FFmpeg-devel] libavutil : cosmetic: added spaces wherever necessary

2014-12-16 Thread supraja reddy
I hope this fixes the issues . Supraja On Tue, Dec 16, 2014 at 9:11 PM, Giorgio Vazzana wrote: > > Hi, > > 2014-12-16 10:30 GMT+01:00 supraja reddy : > > Hi, > > > > Attached patch adds some missing spaces in the cast5.c and cast5.h > > > > Please let me know if any further changes needed. > > a

Re: [FFmpeg-devel] libavutil : cosmetic: added spaces wherever necessary

2014-12-16 Thread Giorgio Vazzana
Hi, 2014-12-16 10:30 GMT+01:00 supraja reddy : > Hi, > > Attached patch adds some missing spaces in the cast5.c and cast5.h > > Please let me know if any further changes needed. apart from what Michael already pointed out: > -static void decipher(AVCAST5* cs,uint8_t* dst,const uint8_t* src) > +s

Re: [FFmpeg-devel] libavutil : cosmetic: added spaces wherever necessary

2014-12-16 Thread Michael Niedermayer
On Tue, Dec 16, 2014 at 03:00:24PM +0530, supraja reddy wrote: > Hi, > > Attached patch adds some missing spaces in the cast5.c and cast5.h > > Please let me know if any further changes needed. [...] > -for (i=0;i<=cs->rounds;i++) [...] > +for (i = 0; i < cs->rounds; i++) > +cs->

[FFmpeg-devel] libavutil : cosmetic: added spaces wherever necessary

2014-12-16 Thread supraja reddy
Hi, Attached patch adds some missing spaces in the cast5.c and cast5.h Please let me know if any further changes needed. Supraja From fe99657fdd233a65f5a09167aa3d5cdb5da4f842 Mon Sep 17 00:00:00 2001 From: Supraja Meedinti Date: Mon, 15 Dec 2014 19:22:36 +0530 Subject: [PATCH] libavutil: cosmet