replace spash/about bg img, fix transition strip, include olaf de.po+neophyte, update...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / pluginfclient.C
index 74c59f4fed39dcc0b168dcf9aa5ae7ca04338b4a..6ffcc1ed1e28516abcece7107c9afccdd44b50ca 100644 (file)
@@ -16,6 +16,9 @@
 #include "vframe.h"
 #include "filexml.h"
 
+#ifdef FFMPEG3
+#define av_filter_iterate(p) ((*(const AVFilter**)(p))=avfilter_next(*(const AVFilter **)(p)))
+#endif
 
 static void ff_err(int ret, const char *fmt, ...)
 {
@@ -521,7 +524,8 @@ int PluginFClient_OptPanel::update()
        const char *cols[] = { "option", "value", };
        const int col1_w = 150;
        int wids[] = { col1_w, get_w()-col1_w };
-       BC_ListBox::update(&items[0], &cols[0], &wids[0], sizeof(items)/sizeof(items[0]));
+       BC_ListBox::update(&items[0], &cols[0], &wids[0], sizeof(items)/sizeof(items[0]),
+               get_xposition(), get_yposition(), get_highlighted_item());
        return 0;
 }