Re: [libav-devel] [PATCH 022/132] dsputil.h: Clean up comments

2014-03-11 Thread Diego Biurrun
On Tue, Mar 11, 2014 at 05:44:15PM +0100, Luca Barbato wrote: > On 11/03/14 17:27, Diego Biurrun wrote: > > --- a/libavcodec/dsputil.h > > +++ b/libavcodec/dsputil.h > > @@ -23,8 +23,8 @@ > > /** > > * @file > > * DSP utils. > > - * note, many functions in here may use MMX which trashes the FP

Re: [libav-devel] [PATCH 022/132] dsputil.h: Clean up comments

2014-03-11 Thread Luca Barbato
On 11/03/14 17:27, Diego Biurrun wrote: > --- > libavcodec/dsputil.h | 85 > > 1 file changed, 46 insertions(+), 39 deletions(-) > > diff --git a/libavcodec/dsputil.h b/libavcodec/dsputil.h > index 81efd42..56bf569 100644 > --- a/libavcodec/ds

[libav-devel] [PATCH 022/132] dsputil.h: Clean up comments

2014-03-11 Thread Diego Biurrun
--- libavcodec/dsputil.h | 85 1 file changed, 46 insertions(+), 39 deletions(-) diff --git a/libavcodec/dsputil.h b/libavcodec/dsputil.h index 81efd42..56bf569 100644 --- a/libavcodec/dsputil.h +++ b/libavcodec/dsputil.h @@ -23,8 +23,8 @@ /**