Aegisub/aegisub/reporter/include
Amar Takhar b2a7247d01 Switch GetVideoInfo to use an enum and return a single value rather than use private member variables. There are a few reasons for this:
* Over time too many private member variables will be hard to look at.
 * Speed isn't a concern, but code managability is.
 * I opted to create a custom enum rather than use GLenum to avoid polluting platform.h with OpenGL headers.

Originally committed to SVN as r3594.
2009-09-27 09:50:04 +00:00
..
platform.h Switch GetVideoInfo to use an enum and return a single value rather than use private member variables. There are a few reasons for this: 2009-09-27 09:50:04 +00:00