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

Carl Eugen Hoyos cehoyos at ag.or.at
Mon Dec 15 11:36:07 CET 2014


arwa arif <arwaarif1994 <at> gmail.com> writes:

> > > +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.

Do not remove them from your new file, but replace them in 
libmpcodecs/vf_fspp.c with extern declarations:
extern uint64_t ff_MM_FIX_0_707106781;

Carl Eugen



More information about the ffmpeg-devel mailing list