|
|
@ -2,6 +2,7 @@ |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
# |
|
|
|
# Filename: package/.../mplayer/vf-crop-relative.patch |
|
|
|
# Copyright (C) 2008 The OpenSDE Project |
|
|
|
# Copyright (C) 2006 The T2 SDE Project |
|
|
|
# |
|
|
|
# More information can be found in the files COPYING and README. |
|
|
@ -54,7 +55,7 @@ Allow relative cuts using negative values, e.g. crop="20:82:-20:-82". |
|
|
|
@@ -166,10 +173,10 @@
|
|
|
|
|
|
|
|
#define ST_OFF(f) M_ST_OFF(struct vf_priv_s,f) |
|
|
|
static m_option_t vf_opts_fields[] = { |
|
|
|
static const m_option_t vf_opts_fields[] = { |
|
|
|
- {"w", ST_OFF(crop_w), CONF_TYPE_INT, M_OPT_MIN,0 ,0, NULL},
|
|
|
|
- {"h", ST_OFF(crop_h), CONF_TYPE_INT, M_OPT_MIN,0 ,0, NULL},
|
|
|
|
- {"x", ST_OFF(crop_x), CONF_TYPE_INT, M_OPT_MIN,-1 ,0, NULL},
|
|
|
|