[FFmpeg-cvslog] r15480 - trunk/libavcodec/indeo3.c
Michael Niedermayer
michaelni
Tue Sep 30 14:08:59 CEST 2008
On Tue, Sep 30, 2008 at 01:58:27PM +0200, Benjamin Larsson wrote:
> Benoit Fouet wrote:
> > benoit wrote:
> >
> >> Modified: trunk/libavcodec/indeo3.c
> >> ==============================================================================
> >> --- trunk/libavcodec/indeo3.c (original)
> >> +++ trunk/libavcodec/indeo3.c Tue Sep 30 13:55:40 2008
> >> @@ -155,7 +155,7 @@ static av_cold int iv_alloc_frames(Indeo
> >> /* ---------------------------------------------------------------------- */
> >> static av_cold void iv_free_func(Indeo3DecodeContext *s)
> >> {
> >> - av_free(s->buf);
> >> + av_free(s->buf);
> >> av_free(s->ModPred);
> >> av_free(s->corrector_type);
> >> }
> >>
> >>
> >
> > as you might already have noticed, the indentation in this file is 2
> > spaces instead of 4.
> > for the moment, I left as is. If it has to be re indented, I'll do it.
> >
> >
>
> I'd say reindent it.
id say so too ...
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Freedom in capitalist society always remains about the same as it was in
ancient Greek republics: Freedom for slave owners. -- Vladimir Lenin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-cvslog/attachments/20080930/80b88207/attachment.pgp>
More information about the ffmpeg-cvslog
mailing list