"Ronald S. Bultje" <[email protected]> writes: >>> >> +typedef struct MPADSPContext { >>> >> + void (*apply_window_float)(float *synth_buf, float *window, >>> >> + int *dither_state, float *samples, int >>> >> incr); >>> >> + void (*apply_window_fixed)(int32_t *synth_buf, int32_t *window, >>> >> + int *dither_state, int16_t *samples, int >>> >> incr); >>> >> + void (*dct32_float)(float *dst, const float *src); >>> >> + void (*dct32_fixed)(int *dst, const int *src); >>> >> +} MPADSPContext; >>> > >>> > unrelated comment: Will we keep typedeffing structs forever? >>> >>> Somehow I suspect you would have asked me to add the typedef (for >>> consistency) had I left it out. >> >> No. However, the API breakage season is drawing to a close, so there >> is not much time left to discuss such questions. > > This is not public API, is it?
It is not. -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
