From 1fdae1017c5b711feed9d7183c1b6f654f24a24f Mon Sep 17 00:00:00 2001
From: Timothy Gu <timothygu99@gmail.com>
Date: Sun, 15 Sep 2013 17:38:16 -0700
Subject: [PATCH] doc/codecs: Add ignorecrop

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

diff --git a/doc/codecs.texi b/doc/codecs.texi
index ff268fded02..fb54a9b9513 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
-- 
GitLab