avcodec/flacdsp: Remove leftover encoding function pointers
Forgotten in 6c4595190e.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
90d9e2a26c
commit
ee1408cd66
1 changed files with 0 additions and 4 deletions
|
|
@ -35,10 +35,6 @@ typedef struct FLACDSPContext {
|
|||
void (*wasted32)(int32_t *decoded, int wasted, int len);
|
||||
void (*wasted33)(int64_t *decoded, const int32_t *residual,
|
||||
int wasted, int len);
|
||||
void (*lpc16_encode)(int32_t *res, const int32_t *smp, int len, int order,
|
||||
const int32_t coefs[32], int shift);
|
||||
void (*lpc32_encode)(int32_t *res, const int32_t *smp, int len, int order,
|
||||
const int32_t coefs[32], int shift);
|
||||
} FLACDSPContext;
|
||||
|
||||
void ff_flacdsp_init(FLACDSPContext *c, enum AVSampleFormat fmt, int channels);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue