[FFmpeg-devel] [PATCH] libavfilter/af_ambisonic.c Added File for Ambisonic Filter

Paul B Mahol onemda at gmail.com
Fri Mar 10 22:40:34 EET 2017


On 3/10/17, Sanchit Sinha <sanchit15083 at iiitd.ac.in> wrote:
> Is the conversion okay now? I used pointers there because in one of our
> discussions you mentioned that out->ex should also be written on by
> references.(Maybe I didn't comprehend.. apologies on that). I will patch
> the makefile, allfilters.c and changelog in a while.

Its ok somehow. But pointers should be set outside of loop and acessed
in side loop like this:

w[iter] ...
x[iter] ...

and so on.


More information about the ffmpeg-devel mailing list