db fixes and upgrades
[goodguy/history.git] / cinelerra-5.0 / cinelerra / pluginclient.C
index 0dbe601f6858c344f815c58d034ffa616a289393..64c7d53f6649d64ef1e0131d59e688d764c15fc5 100644 (file)
@@ -293,6 +293,8 @@ int PluginClient::plugin_start_loop(int64_t start,
        int64_t buffer_size, 
        int total_buffers)
 {
+//printf("PluginClient::plugin_start_loop %d %ld %ld %ld %d\n",
+// __LINE__, start, end, buffer_size, total_buffers);
        this->source_start = start;
        this->total_len = end - start;
        this->start = start;