# HG changeset patch # User michael # Date 1081164973 0 # Node ID 5a89e49ff688cba2a539c3eb7e285030e6e4ddde # Parent e26aacf263bef826bf9f3ef3f367e18af093ffe2 antitime diff -r e26aacf263be -r 5a89e49ff688 dv.c --- a/dv.c Mon Apr 05 10:38:01 2004 +0000 +++ b/dv.c Mon Apr 05 11:36:13 2004 +0000 @@ -685,7 +685,7 @@ /* Ok, everything seems to be in working order */ c->frames = 0; c->has_audio = c->has_video = 0; - c->start_time = time(NULL); + c->start_time = 0; c->aspect = 0; /* 4:3 is the default */ if ((int)(av_q2d(vst->codec.sample_aspect_ratio) * vst->codec.width / vst->codec.height * 10) == 17) /* 16:9 */ c->aspect = 0x07;