]> git.sesse.net Git - x264/blobdiff - filters/video/select_every.c
Fix memory leak when using select_every filter
[x264] / filters / video / select_every.c
index 38492bf752e13896fc8f98ed7aa01de24d37b462..38a3e9b4b3c11dfd23a3b65c461877217980bf92 100644 (file)
@@ -51,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 )