upgrade libx265 to 3.1.2, tweak menupopup placement
[goodguy/cinelerra.git] / cinelerra-5.1 / guicast / vicon.inc
1 #ifndef __VICON_INC__
2 #define __VICON_INC__
3
4 #define VICON_WIDTH 80
5 #define VICON_HEIGHT 45
6 #define VICON_RATE 24
7 #define VICON_SAMPLE_RATE 44100
8
9 class ViewWindow;
10 class VIconThread;
11 class VIcon;
12
13 #endif