On 2015-12-24 00:32:48 -0300, James Almer wrote:
> On 12/18/2015 10:54 AM, Alexandra Hájková wrote:
> > diff --git a/libavcodec/dcadsp.h b/libavcodec/dcadsp.h
> > index eac9de9..b249b4a 100644
> > --- a/libavcodec/dcadsp.h
> > +++ b/libavcodec/dcadsp.h
> > @@ -32,11 +32,6 @@ typedef struct DCADSPContext {
> > int *synth_buf_offset, float synth_buf2[32],
> > const float window[512], float *samples_out,
> > float raXin[32], float scale);
> > - void (*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);
> > void (*decode_hf_int)(int32_t dst[DCA_SUBBANDS][8],
>
> Maybe rename decode_hf_int to decode_hf while at it? The "int" suffix will
> no longer be necessary after this change, being the only function for this
> purpose.
done
Janne
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel