diff mbox series

[FFmpeg-devel,3/5] tools/dvd2concat: document that -protocol_whitelist is needed.

Message ID 20210728121517.533173-3-george@nsup.org
State New
Headers show
Series [FFmpeg-devel,1/5] libavformat/concatdec: remove support for unsafe=-1. | expand

Checks

Context Check Description
andriy/x86_make success Make finished
andriy/x86_make_fate success Make fate finished
andriy/PPC64_make success Make finished
andriy/PPC64_make_fate success Make fate finished

Commit Message

Nicolas George July 28, 2021, 12:15 p.m. UTC
Signed-off-by: Nicolas George <george@nsup.org>
---
 tools/dvd2concat | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/tools/dvd2concat b/tools/dvd2concat
index 8effee86b9..0280838a6b 100755
--- a/tools/dvd2concat
+++ b/tools/dvd2concat
@@ -37,7 +37,8 @@  normally contains a directory named B<VIDEO_TS>. It must not be encrypted
 with CSS.
 
 I<file.concat> is the output file. It can be used as an input to ffmpeg.
-It will require the B<-safe 0> option.
+It will require the B<-safe 0> and
+B<-protocol_whitelist file,subfile,concat> options.
 
 =cut