ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinha...@outlook.com> | 
Sun Feb 23 21:33:51 2025 +0100| [ee1408cd6698eb068ba4d4be834407969e9ed340] | 
committer: Andreas Rheinhardt

avcodec/flacdsp: Remove leftover encoding function pointers

Forgotten in 6c4595190e7ef5cc2a3652ed4a604e46f7e37ac6.

Signed-off-by: Andreas Rheinhardt <andreas.rheinha...@outlook.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ee1408cd6698eb068ba4d4be834407969e9ed340
---

 libavcodec/flacdsp.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/libavcodec/flacdsp.h b/libavcodec/flacdsp.h
index 3b7b35a112..fb76c55aee 100644
--- a/libavcodec/flacdsp.h
+++ b/libavcodec/flacdsp.h
@@ -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);

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to