]> git.sesse.net Git - x264/blobdiff - common/mdate.c
Fix some uses of uninitialized row_satd values in VBV
[x264] / common / mdate.c
index a856ac1028e5f02e151a5a8948161e308508559d..1a02cdf56c383c8c7174251c2c51d32ab8028017 100644 (file)
@@ -1,10 +1,7 @@
 /*****************************************************************************
  * mdate.c: h264 encoder
  *****************************************************************************
- * Copyright (C) 2003 Laurent Aimar
- * $Id: mdate.c,v 1.1 2004/06/03 19:27:07 fenrir Exp $
- *
- * Authors: Laurent Aimar <fenrir@via.ecp.fr>
+ * Copyright (C) 2003 Laurent Aimar <fenrir@via.ecp.fr>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -18,7 +15,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111, USA.
  *****************************************************************************/
 
 #if !(defined(_MSC_VER) || defined(__MINGW32__))
@@ -29,6 +26,7 @@
 #endif
 #include <time.h>
 
+#include "common.h"
 #include "osdep.h"
 
 int64_t x264_mdate( void )