From 155d1d189bf240764a18a6923739e84d09ac5d08 Mon Sep 17 00:00:00 2001
From: Etienne Buira <etienne.buira.lists@free.fr>
Date: Wed, 18 May 2011 18:54:42 +0200
Subject: [PATCH] Add little description for -rc_override

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
---
 doc/ffmpeg.texi | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index 70ad6c5551b..7f2230d46f2 100644
--- a/doc/ffmpeg.texi
+++ b/doc/ffmpeg.texi
@@ -409,7 +409,10 @@ and the following constants are available:
 @end table
 
 @item -rc_override @var{override}
-rate control override for specific intervals
+Rate control override for specific intervals, formated as "int,int,int"
+list separated with slashes. Two first values are the beginning and
+end frame numbers, last one is quantizer to use if positive, or quality
+factor if negative.
 @item -me_method @var{method}
 Set motion estimation method to @var{method}.
 Available methods are (from lowest to best quality):
-- 
GitLab