[FFmpeg-cvslog] lavfi/field: cleanup unused shorthand and doc.

Clément Bœsch git at videolan.org
Thu Apr 11 12:40:57 CEST 2013


ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Thu Apr 11 11:58:07 2013 +0200| [e6b1d904bb031b77b5427946fa6af29f3256cfd0] | committer: Clément Bœsch

lavfi/field: cleanup unused shorthand and doc.

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

 doc/filters.texi       |    3 ++-
 libavfilter/vf_field.c |    2 --
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index af4bccb..e728e7c 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -3096,7 +3096,8 @@ Extract a single field from an interlaced image using stride
 arithmetic to avoid wasting CPU time. The output frames are marked as
 non-interlaced.
 
-This filter accepts the following named options:
+The filter accepts the following options:
+
 @table @option
 @item type
 Specify whether to extract the top (if the value is @code{0} or
diff --git a/libavfilter/vf_field.c b/libavfilter/vf_field.c
index c113512..bbe66de 100644
--- a/libavfilter/vf_field.c
+++ b/libavfilter/vf_field.c
@@ -107,8 +107,6 @@ static const AVFilterPad field_outputs[] = {
     { NULL }
 };
 
-static const char *const shorthand[] = { "type", NULL };
-
 AVFilter avfilter_vf_field = {
     .name          = "field",
     .description   = NULL_IF_CONFIG_SMALL("Extract a field from the input video."),



More information about the ffmpeg-cvslog mailing list