On Sat, Feb 22, 2014 at 07:59:21PM +0100, Janne Grunau wrote: > --- a/libavcodec/x86/dcadsp.asm > +++ b/libavcodec/x86/dcadsp.asm > @@ -26,18 +26,35 @@ pf_inv16: times 4 dd 0x3D800000 ; 1/16 > > SECTION_TEXT > > -; void int8x8_fmul_int32_sse2(float *dst, const int8_t *src, int scale) > -%macro INT8X8_FMUL_INT32 0 > -cglobal int8x8_fmul_int32, 3,3,5, dst, src, scale > - cvtsi2ss m0, scalem > +; decode_hf(float dst[DCA_SUBBANDS][8], const int32_t vq_num[DCA_SUBBANDS], > +; const int8_t hf_vq[1024][32], intptr_t vq_offset, > +; int32_t scale[DCA_SUBBANDS][2], > +; intptr_t start, intptr_t end)
Please add the return type to the comment for completeness. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
