Changed / Refactored many enums and structs, to better standardize the naming of everything. Improved some more descriptions and briefs.

This commit is contained in:
Jonathan Thomas
2013-09-10 12:59:06 -05:00
parent 234201743a
commit cbed47ea5f
26 changed files with 74 additions and 90 deletions

View File

@@ -12,10 +12,10 @@
using namespace openshot;
using namespace tr1;
void FrameReady(int number)
{
cout << "Frame #: " << number << " is ready!" << endl;
}
//void FrameReady(int number)
//{
// cout << "Frame #: " << number << " is ready!" << endl;
//}
int main(int argc, char* argv[])
{