From 81ec99ae33d637d4474ee31c41c3b771be4f59e8 Mon Sep 17 00:00:00 2001 From: William Date: Wed, 18 Jan 2023 20:13:34 +0100 Subject: [PATCH] Update config/config.sample.php add better description Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: William --- config/config.sample.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',