Hi Disha On Tue, Apr 05, 2016 at 06:50:33AM +0530, Disha Singh wrote: > This patch has an lpc issue, and needs some work with passing of parameters > in ff_lpc_calc_coeff(), which my mentor said he would help with. [...]
> +static ChannelParams restart_channel_params[MAX_CHANNELS];
> +static DecodingParams restart_decoding_params[MAX_SUBSTREAMS];
> +static BestOffset restart_best_offset[NUM_CODEBOOKS] = {{0}};
"non const" statics are not allowed as they break with muliple
encoder instances
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
It is dangerous to be right in matters on which the established authorities
are wrong. -- Voltaire
signature.asc
Description: Digital signature
_______________________________________________ ffmpeg-devel mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
