[FFmpeg-devel] [PATCH] avutil/x86/emms: Document the emms_c() vs alloc/free relation.
Michael Niedermayer
michael at niedermayer.cc
Sun Oct 23 14:02:02 EEST 2016
On Sun, Oct 23, 2016 at 12:15:38PM +0200, Andreas Cadhalpun wrote:
> On 23.10.2016 05:37, Michael Niedermayer wrote:
> > Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> > ---
> > libavutil/x86/emms.h | 2 ++
> > 1 file changed, 2 insertions(+)
> >
> > diff --git a/libavutil/x86/emms.h b/libavutil/x86/emms.h
> > index 6fda6e2..42c18e2 100644
> > --- a/libavutil/x86/emms.h
> > +++ b/libavutil/x86/emms.h
> > @@ -31,6 +31,8 @@ void avpriv_emms_yasm(void);
> > * Empty mmx state.
> > * this must be called between any dsp function and float/double code.
> > * for example sin(); dsp->idct_put(); emms_c(); cos()
> > + * Note, *alloc() and *free() also use float code in some libc implementations
> > + * thus this also applies to them or any function using them.
> > */
> > static av_always_inline void emms_c(void)
> > {
> >
>
> Seems fine.
applied
thx
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
If a bugfix only changes things apparently unrelated to the bug with no
further explanation, that is a good sign that the bugfix is wrong.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20161023/2c833d2c/attachment.sig>
More information about the ffmpeg-devel
mailing list