Mercurial > libavformat.hg
changeset 299:5ee1aa8cc0ea libavformat
removing borderline spyware
author | michael |
---|---|
date | Tue, 04 Nov 2003 12:55:26 +0000 |
parents | 0b2eed7b1210 |
children | 6ee1b02f9b2a |
files | movenc.c |
diffstat | 1 files changed, 1 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/movenc.c Mon Nov 03 21:51:07 2003 +0000 +++ b/movenc.c Tue Nov 04 12:55:26 2003 +0000 @@ -20,7 +20,6 @@ #include "avformat.h" #include "avi.h" #include "avio.h" -#include <time.h> #undef NDEBUG #include <assert.h> @@ -780,9 +779,7 @@ } static int Timestamp() { - time_t ltime; - time ( <ime ); - return ltime+(24107*86400); + return 1067949799U+(24107*86400); //its the modification time of this line :) } static int mov_write_packet(AVFormatContext *s, int stream_index,