no longer need ffmpeg patch0 which was for Termux
[goodguy/cinelerra.git] / cinelerra-5.1 / plugins / resamplert / resamplert.h
index 4bada326c373fcac719fd9ff3de1dfda4585f6dd..63baf08db2429d1a0397c2de6d00c45a746b7807 100644 (file)
@@ -89,7 +89,7 @@ class ResampleRTResample : public Resample
 {
 public:
        ResampleRTResample(ResampleRT *plugin);
-       int read_samples(Samples *buffer, int64_t start, int64_t len);
+       int read_samples(Samples *buffer, int64_t start, int64_t len, int direction);
        ResampleRT *plugin;
 };