]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/lpc.h
avcodec/g2meet: Also clear tile dimensions on header_fail
[ffmpeg] / libavcodec / lpc.h
index 9b76e2fb43bd6ebf6a3c017a1d19ecdc087db8f6..7e0ee3e17218cf02f3c963e2a2e9f8357b531919 100644 (file)
@@ -100,6 +100,9 @@ int ff_lpc_calc_coefs(LPCContext *s,
 int ff_lpc_calc_ref_coefs(LPCContext *s,
                           const int32_t *samples, int order, double *ref);
 
+double ff_lpc_calc_ref_coefs_f(LPCContext *s, const float *samples, int len,
+                               int order, double *ref);
+
 /**
  * Initialize LPCContext.
  */