[FFmpeg-devel] [PATCH] lavfi: Port fspp to FFmpeg

arwa arif arwaarif1994 at gmail.com
Mon Dec 15 08:27:13 CET 2014


>
>
> > +
> > +DECLARE_ASM_CONST(8, uint64_t, MM_FIX_0_382683433)   =
> FIX64(0.382683433, 14);
>
> > +DECLARE_ALIGNED  (8, uint64_t, ff_MM_FIX_0_541196100)=
> FIX64(0.541196100, 14);
> > +DECLARE_ALIGNED  (8, uint64_t, ff_MM_FIX_0_707106781)=
> FIX64(0.707106781, 14);
>
> these 2 conflict with the existing fspp filter, they should be removed
> from one to avoid that conflict
>

If I try to remove this, I am getting compilation errors. Also, when I am
trying to build the code, I am getting warnings -
"libavfilter/x86/vf_fspp.c:324: Warning: missing operand; zero assumed", I
don't know how to deal with it?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Port-fspp-to-FFmpeg.patch
Type: text/x-patch
Size: 82541 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20141215/d80a3d68/attachment.bin>


More information about the ffmpeg-devel mailing list