diff options
author | Timothy Gu <timothygu99@gmail.com> | 2013-09-15 17:38:16 -0700 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-10-11 19:59:49 +0200 |
commit | 1fdae1017c5b711feed9d7183c1b6f654f24a24f (patch) | |
tree | 5223414b458e42878ca261fa6e8170a5711f033f /doc/codecs.texi | |
parent | db4a677433a6af686a6b80f3c4a277a6981ab209 (diff) | |
download | ffmpeg-1fdae1017c5b711feed9d7183c1b6f654f24a24f.tar.gz |
doc/codecs: Add ignorecrop
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/codecs.texi')
-rw-r--r-- | doc/codecs.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/codecs.texi b/doc/codecs.texi index ff268fded0..fb54a9b951 100644 --- a/doc/codecs.texi +++ b/doc/codecs.texi @@ -771,6 +771,8 @@ Allow non spec compliant speedup tricks. Deprecated, use mpegvideo private options instead. @item noout Skip bitstream encoding. +@item ignorecrop +Ignore cropping information from sps. @item local_header Place global headers at every keyframe instead of in extradata. @item chunks |