]> git.sesse.net Git - x264/blobdiff - common/visualize.h
SSSE3/SSE4/AVX 9-way fully merged i8x8 analysis (sa8d_x9)
[x264] / common / visualize.h
index b611f6cb70ebe629e1ee44b6530e23381edd182b..6eb67a468d9660c894194267019f1b0629f0a74c 100644 (file)
@@ -1,7 +1,9 @@
 /*****************************************************************************
- * x264: h264 encoder
+ * visualize.h: visualization
  *****************************************************************************
- * Copyright (C) 2005 Tuukka Toivonen <tuukkat@ee.oulu.fi>
+ * Copyright (C) 2005-2011 x264 project
+ *
+ * Authors: Tuukka Toivonen <tuukkat@ee.oulu.fi>
  *
  * 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
@@ -16,6 +18,9 @@
  * 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., 51 Franklin Street, Fifth Floor, Boston, MA  02111, USA.
+ *
+ * This program is also available under a commercial proprietary license.
+ * For more information, contact us at licensing@x264.com.
  *****************************************************************************/
 
 #ifndef X264_VISUALIZE_H
@@ -23,7 +28,7 @@
 
 #include "common/common.h"
 
-void x264_visualize_init( x264_t *h );
+int  x264_visualize_init( x264_t *h );
 void x264_visualize_mb( x264_t *h );
 void x264_visualize_show( x264_t *h );
 void x264_visualize_close( x264_t *h );