diff options
author | Dave Rice <dave@dericed.com> | 2013-02-01 21:11:34 -0500 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-02-03 17:08:32 +0100 |
commit | fe63f3d301cc2c1537f756a13ae9fdbeafe6bfc9 (patch) | |
tree | 68b306491e7c90014fb340ab4d2aac551697172b | |
parent | 3bba91d32d86cd2446213792fd364ac4daac725c (diff) | |
download | ffmpeg-fe63f3d301cc2c1537f756a13ae9fdbeafe6bfc9.tar.gz |
doc/syntax: add missing frame sizes
Adding missing frame sizes used in parseutils.c to the documentation.
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
-rw-r--r-- | doc/syntax.texi | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/syntax.texi b/doc/syntax.texi index 233dd140f7..9d3afa3f3d 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 +@item ntsc +720x480 +@item pal +720x576 +@item qntsc +352x240 +@item qpal +352x288 +@item sntsc +640x480 +@item spal +768x576 +@item film +352x240 +@item ntsc-film +352x240 @item sqcif 128x96 @item qcif |