Hi,

1) Compete fiercely to get as many coders as possible to join
 either camp (Cin2 or Cin3)

I would be interested in Cin3, and I downloaded the git source.
But one thing in the source immediately scared me off:

cinelerra3/src/lib/time.h:

typedef struct timeval cinelerra_time;

followed by some inline (for performance reasons :)
functions to handle times.

Why don't you just do:

#define CINELERRA_TIMESCALE 1000000 // Microseconds
typedef int64_t cinelerra_time;

and leave the arithmetic stuff to gcc?

Before this gets off-topic:
Is there a better place (not IRC) to discuss about cine3?

Burkhard

_______________________________________________
Cinelerra mailing list
[email protected]
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

Reply via email to