summaryrefslogtreecommitdiff
path: root/libavfilter/vf_pullup.h
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2013-09-18 12:46:44 +0000
committerPaul B Mahol <onemda@gmail.com>2013-09-18 12:47:57 +0000
commit7f4a5006cee50c15994c52969baa6067b9afd5bc (patch)
tree69c4129085ff66e7ed1a4c4660a4735cdba5afbd /libavfilter/vf_pullup.h
parentd520055000b8cda49a1b9eb00f852ecbf3442aa9 (diff)
downloadffmpeg-7f4a5006cee50c15994c52969baa6067b9afd5bc.tar.gz
avfilter/vf_pullup: remove junk_down nonsense
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavfilter/vf_pullup.h')
-rw-r--r--libavfilter/vf_pullup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_pullup.h b/libavfilter/vf_pullup.h
index 6a31e36e31..3213b4d231 100644
--- a/libavfilter/vf_pullup.h
+++ b/libavfilter/vf_pullup.h
@@ -48,7 +48,7 @@ typedef struct PullupFrame {
typedef struct PullupContext {
const AVClass *class;
- int junk_left, junk_right, junk_top, junk_down, junk_bottom;
+ int junk_left, junk_right, junk_top, junk_bottom;
int metric_plane;
int strict_breaks;
int strict_pairs;