# HG changeset patch # User michael # Date 1067950526 0 # Node ID 5ee1aa8cc0ea027d94a89b2d4efa1945e45c5e17 # Parent 0b2eed7b1210effda6d51aa7b67382aeb205d3e9 removing borderline spyware diff -r 0b2eed7b1210 -r 5ee1aa8cc0ea movenc.c --- 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 #undef NDEBUG #include @@ -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,