From 2a0349786a58180ff21a40d71cc64860ead66645 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Thu, 28 Nov 2013 21:06:28 +0100 Subject: [PATCH] doc/ffserver: document InputFormat stream option --- doc/ffserver.texi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/ffserver.texi b/doc/ffserver.texi index a70e23102f..7a20aea8f5 100644 --- a/doc/ffserver.texi +++ b/doc/ffserver.texi @@ -385,6 +385,9 @@ Set the format of the output stream. Must be the name of a format recognized by FFmpeg. If set to @samp{status}, it is treated as a status stream. +@item InputFormat @var{format_name} +Set input format. If not specified, it is automatically guessed. + @item AudioBitRate @var{rate} Set bitrate for the audio stream in KB per second.