]> git.sesse.net Git - x264/blobdiff - filters/video/select_every.c
Really fix fittobox resize rounding code
[x264] / filters / video / select_every.c
index f5941f4ccb70b0f0c73c91f70f13e0828409d327..8275f860350f2c64cb78ba7fdf9119a8177dd0e7 100644 (file)
@@ -1,7 +1,9 @@
 /*****************************************************************************
- * select_every.c: x264 video select every filter
+ * select_every.c: select-every video filter
  *****************************************************************************
- * Copyright (C) 2010 Steven Walters <kemuri9@gmail.com>
+ * Copyright (C) 2010 x264 project
+ *
+ * Authors: Steven Walters <kemuri9@gmail.com>
  *
  * 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 "video.h"