diff --git a/config/config.sample.php b/config/config.sample.php index b9ed39d97a7..d529661b81d 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -1194,7 +1194,7 @@ $CONFIG = [ /** * custom path for ffmpeg binary * - * Defaults to ``''`` (empty string) + * Defaults to ``null`` and falls back to searching ``avconv`` and ``ffmpeg`` in the configured ``PATH`` environment */ 'preview_ffmpeg_path' => '/usr/bin/ffmpeg',