r1009: Move the dependencies to newer package names
[cinelerra_cv/mob.git] / cinelerra / compresspopup.h
blob49ab7be7a086788aa8d7140c4548a10923abcd06
1 #ifndef COMPRESSPOPUP_H
2 #define COMPRESSPOPUP_H
5 #include "guicast.h"
6 #include "compresspopup.inc"
8 class CompressPopup : public BC_PopupTextBox
10 public:
11 CompressPopup(int x, int y, int use_dv, char *output);
12 ~CompressPopup();
14 int create_objects();
16 int add_items(); // add initial items
17 char format[256]; // current setting
18 ArrayList<BC_ListBoxItem*> compression_items;
19 char *output;
20 int use_dv;
21 int x, y;
30 #endif