Mercurial > libavformat.hg
changeset 417:5a89e49ff688 libavformat
antitime
author | michael |
---|---|
date | Mon, 05 Apr 2004 11:36:13 +0000 |
parents | e26aacf263be |
children | 41da3366d341 |
files | dv.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;