---
 doc/avconv.texi |   14 ++++++++++++++
 doc/ffmpeg.texi |   14 ++++++++++++++
 2 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/doc/avconv.texi b/doc/avconv.texi
index c298dc5..2c13016 100644
--- a/doc/avconv.texi
+++ b/doc/avconv.texi
@@ -444,6 +444,20 @@ FF_ER_AGGRESSIVE
 FF_ER_VERY_AGGRESSIVE
 @end table
 
+@item -err_filter @var{bit_mask}
+Set error filter flags to @var{bit_mask}. @var{bit_mask} is a bit mask of
+the following values:
+@table @samp
+@item
+AV_EF_CRCCHECK (default: enabled)
+@item
+AV_EF_BITSTREAM (default: disabled)
+@item
+AV_EF_BUFFER (default: disabled)
+@item
+AV_EF_EXPLODE (default: disabled)
+@end table
+
 @item -ec @var{bit_mask}
 Set error concealment to @var{bit_mask}. @var{bit_mask} is a bit mask of
 the following values:
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index 968d4f6..fa16e0b 100644
--- a/doc/ffmpeg.texi
+++ b/doc/ffmpeg.texi
@@ -472,6 +472,20 @@ FF_ER_AGGRESSIVE
 FF_ER_EXPLODE
 @end table
 
+@item -err_filter @var{bit_mask}
+Set error filter flags to @var{bit_mask}. @var{bit_mask} is a bit mask of
+the following values:
+@table @samp
+@item
+AV_EF_CRCCHECK (default: enabled)
+@item
+AV_EF_BITSTREAM (default: disabled)
+@item
+AV_EF_BUFFER (default: disabled)
+@item
+AV_EF_EXPLODE (default: disabled)
+@end table
+
 @item -ec @var{bit_mask}
 Set error concealment to @var{bit_mask}. @var{bit_mask} is a bit mask of
 the following values:
-- 
1.7.2.5

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to