[Deinterlace-discuss] TimeShift
Brought to you by:
adcockj,
dschmelzer
|
From: Nick K. <ni...@ne...> - 2005-06-02 02:52:15
|
I've been doing some work on the TimeShift class while I was updating the dialog and I just noticed how cluttered it has become. It's being used to hold a collection of static functions (as in a plain C program) but the C++ class syntax is twisting a few things around making it unnecessarily complex in one or two areas. You could probably cut down on the total size of the TimeShift file (and make it easier to read) if the class was dumped and everything was converted to just functions with some globals in the file. Any ideas on this? |