[FFmpeg-cvslog] lavfi/overlay: cleanup unused shorthand.

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:59:06 2013 +0200| [e3bbfaa5eb349e0c9fe33437b912c02c5563209e] | committer: Clément Bœsch

lavfi/overlay: cleanup unused shorthand.

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

 libavfilter/vf_overlay.c |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/libavfilter/vf_overlay.c b/libavfilter/vf_overlay.c
index e9efcfc..585ad3b 100644
--- a/libavfilter/vf_overlay.c
+++ b/libavfilter/vf_overlay.c
@@ -750,8 +750,6 @@ static const AVFilterPad avfilter_vf_overlay_outputs[] = {
     { NULL }
 };
 
-static const char *const shorthand[] = { "x", "y", NULL };
-
 AVFilter avfilter_vf_overlay = {
     .name      = "overlay",
     .description = NULL_IF_CONFIG_SMALL("Overlay a video source on top of the input."),
@@ -767,5 +765,4 @@ AVFilter avfilter_vf_overlay = {
 
     .inputs    = avfilter_vf_overlay_inputs,
     .outputs   = avfilter_vf_overlay_outputs,
-    .shorthand  = shorthand,
 };



More information about the ffmpeg-cvslog mailing list