]> git.sesse.net Git - x264/blobdiff - filters/video/select_every.c
Bump dates to 2016
[x264] / filters / video / select_every.c
index f5941f4ccb70b0f0c73c91f70f13e0828409d327..5510fdb82d059e1bc963b2f37ed40f179d6b0b5e 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-2016 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"
@@ -46,7 +51,7 @@ static void help( int longhelp )
     printf( "            apply a selection pattern to input frames\n"
             "            step: the number of frames in the pattern\n"
             "            offsets: the offset into the step to select a frame\n"
-            "            see: http://avisynth.org/mediawiki/Select#SelectEvery\n" );
+            "            see: http://avisynth.nl/index.php/Select#SelectEvery\n" );
 }
 
 static int init( hnd_t *handle, cli_vid_filter_t *filter, video_info_t *info, x264_param_t *param, char *opt_string )