X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fresamplert%2Fresamplert.h;h=63baf08db2429d1a0397c2de6d00c45a746b7807;hb=0fd1b583cf9d14672c35f7369ba88388413be4f7;hp=4bada326c373fcac719fd9ff3de1dfda4585f6dd;hpb=7fd85fb66168f6b518c5f2d73e04036e87faa0e1;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/plugins/resamplert/resamplert.h b/cinelerra-5.1/plugins/resamplert/resamplert.h index 4bada326..63baf08d 100644 --- a/cinelerra-5.1/plugins/resamplert/resamplert.h +++ b/cinelerra-5.1/plugins/resamplert/resamplert.h @@ -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; };