fix segv ffmpeg opts popup, minor enhancements, hi-bits compile switch
[goodguy/history.git] / cinelerra-5.1 / cinelerra / fileffmpeg.h
index a9ce7d9cf458bd3d90efeb85a4611aeafa9ea3b0..9bd9e5beadbe37d6e28760ecbbb0768240432a81 100644 (file)
@@ -288,9 +288,11 @@ public:
        ArrayList<BC_ListBoxItem*> items[2];
        ArrayList<BC_ListBoxItem*> &opts;
        ArrayList<BC_ListBoxItem*> &vals;
+       char tip_text[BCTEXTLEN];
 
        int selection_changed();
        int update();
+       void show_tip(const char *tip);
 };
 
 class FFOptionsKindItem : public BC_MenuItem