X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fresamplert%2Fresamplert.h;h=63baf08db2429d1a0397c2de6d00c45a746b7807;hp=4bada326c373fcac719fd9ff3de1dfda4585f6dd;hb=c9c0e07706fad701a70ee0d1ffb0fcb6304f138c;hpb=7fd85fb66168f6b518c5f2d73e04036e87faa0e1 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; };