summaryrefslogtreecommitdiffstats
path: root/sub/spudec.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-10-23 22:17:21 +0200
committerwm4 <wm4@nowhere>2012-10-24 21:56:35 +0200
commit3d98e8c674066809844cd35dfe02b28a07f91d77 (patch)
treeb5b6fb3d0ed543ba2c051965379b13fe5f402d80 /sub/spudec.h
parenta8824f12ddfe66585db43fb0f92d7c90b5bbd19d (diff)
downloadmpv-3d98e8c674066809844cd35dfe02b28a07f91d77.tar.bz2
mpv-3d98e8c674066809844cd35dfe02b28a07f91d77.tar.xz
options: remove --ffactor switch
This controlled the generation of the palette for DVD subs if no palette was found. The option name and description is confusing, and it was probably barely useful. Remove the option, and hardcode the behavior to the option's default value.
Diffstat (limited to 'sub/spudec.h')
-rw-r--r--sub/spudec.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sub/spudec.h b/sub/spudec.h
index 84a05cbee0..fa395798ac 100644
--- a/sub/spudec.h
+++ b/sub/spudec.h
@@ -32,7 +32,6 @@ void *spudec_new(unsigned int *palette);
void spudec_free(void *this);
void spudec_reset(void *this); // called after seek
int spudec_visible(void *this); // check if spu is visible
-void spudec_set_font_factor(void * this, double factor); // sets the equivalent to ffactor
int spudec_changed(void *this);
void spudec_set_forced_subs_only(void * const this, const unsigned int flag);