[FFmpeg-cvslog] doc/syntax: fix frame rate documentation

Dave Rice git at videolan.org
Sun Feb 3 17:09:04 CET 2013


ffmpeg | branch: master | Dave Rice <dave at dericed.com> | Fri Feb  1 21:07:59 2013 -0500| [3bba91d32d86cd2446213792fd364ac4daac725c] | committer: Stefano Sabatini

doc/syntax: fix frame rate documentation

This patch corrects a mistake in the documentation and aligns the
documentation of frame rates to the values that exist in parseutils.c.

Signed-off-by: Stefano Sabatini <stefasab at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3bba91d32d86cd2446213792fd364ac4daac725c
---

 doc/syntax.texi |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/syntax.texi b/doc/syntax.texi
index a3aabce..233dd14 100644
--- a/doc/syntax.texi
+++ b/doc/syntax.texi
@@ -187,17 +187,17 @@ The following abbreviations are recognized:
 @item pal
 25/1
 @item qntsc
-30000/1
+30000/1001
 @item qpal
 25/1
 @item sntsc
-30000/1
+30000/1001
 @item spal
 25/1
 @item film
 24/1
 @item ntsc-film
-24000/1
+24000/1001
 @end table
 
 @anchor{ratio syntax}



More information about the ffmpeg-cvslog mailing list