On 21/01/13 22:13, Luca Barbato wrote:
> On 21/01/13 20:38, Luca Barbato wrote:
>> +void ff_vp3dsp_init_bfin(VP3DSPContext *c, int flags)
>> +{
>> +    c->idct_add  = ff_bfin_vp3_idct_add;
>> +    c->idct_put  = ff_bfin_vp3_idct_put;
> 
> c->idct missing.
> 

Actually the idct_dc_add not sure if we can safely mix and match them,
probably we can.

lu
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to