[FFmpeg-cvslog] doc/syntax: add missing frame sizes

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:11:34 2013 -0500| [fe63f3d301cc2c1537f756a13ae9fdbeafe6bfc9] | committer: Stefano Sabatini

doc/syntax: add missing frame sizes

Adding missing frame sizes used in parseutils.c to the documentation.

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

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

 doc/syntax.texi |   16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/doc/syntax.texi b/doc/syntax.texi
index 233dd14..9d3afa3 100644
--- a/doc/syntax.texi
+++ b/doc/syntax.texi
@@ -112,6 +112,22 @@ Specify the size of the sourced video, it may be a string of the form
 
 The following abbreviations are recognized:
 @table @samp
+ at item ntsc
+720x480
+ at item pal
+720x576
+ at item qntsc
+352x240
+ at item qpal
+352x288
+ at item sntsc
+640x480
+ at item spal
+768x576
+ at item film
+352x240
+ at item ntsc-film
+352x240
 @item sqcif
 128x96
 @item qcif



More information about the ffmpeg-cvslog mailing list