]> git.decadent.org.uk Git - videolink.git/blob - video.hpp
Added webdvd_lib_dir variable.
[videolink.git] / video.hpp
1 #ifndef INC_VIDEO_HPP
2 #define INC_VIDEO_HPP
3
4 namespace video
5 {
6     const int pal_oscan_width = 720;
7     const int pal_oscan_height = 576;
8     const int ntsc_oscan_width = 720;
9     const int ntsc_oscan_height = 480;
10 }
11
12 #endif // !INC_VIDEO_HPP