]> git.sesse.net Git - x264/blobdiff - common/ppc/predict.h
arm: Implement chroma intra deblock
[x264] / common / ppc / predict.h
index 29488aaef1066fa851601ddaf97195d47a1c1bff..8e610d196e4be7dcad46622dd4d3b11d73496f57 100644 (file)
@@ -1,7 +1,9 @@
 /*****************************************************************************
- * predict.h: h264 encoder library
+ * predict.h: ppc intra prediction
  *****************************************************************************
- * Copyright (C) 2007 Guillaume Poirier <gpoirier@mplayerhq.hu>
+ * Copyright (C) 2007-2015 x264 project
+ *
+ * Authors: Guillaume Poirier <gpoirier@mplayerhq.hu>
  *
  * 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_PPC_PREDICT_H