]> git.sesse.net Git - x264/blobdiff - common/display-x11.c
MBAFF: Add extra data to the deblock strength structure
[x264] / common / display-x11.c
index 1fc75f47c7537f1e4a028c6061929c7213696f66..5387d4ffb30201b20b522c6fa314f4c3acc6ea74 100644 (file)
@@ -1,7 +1,9 @@
 /*****************************************************************************
- * x264: x11 interface for visualization module
+ * display-x11.c: x11 interface
  *****************************************************************************
- * 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.
  *****************************************************************************/
 
 #include <X11/Xlib.h>