summaryrefslogtreecommitdiffstats
path: root/mplayer.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-09-17 08:38:19 +0200
committerwm4 <wm4@nowhere>2012-10-12 10:10:30 +0200
commit6f1486b397d632feaa71f88b980491aea7b69256 (patch)
treecb85ed961be7bd6037a0ae402921516f93ad1808 /mplayer.h
parenta59eee489318d406497eb5fb8a95d7e23d5eee1f (diff)
downloadmpv-6f1486b397d632feaa71f88b980491aea7b69256.tar.bz2
mpv-6f1486b397d632feaa71f88b980491aea7b69256.tar.xz
commands: replace --hardframedrop, change framedropping property
Replace --hardframedrop with --framedrop=hard. Rename the framedrop property from "framedropping" to "framedrop" for the sake of making command line options have the same name as their corresponding property. Change the property to accept choice values instead of numeric values. Remove unused/forgotten auto_quality variable.
Diffstat (limited to 'mplayer.h')
-rw-r--r--mplayer.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/mplayer.h b/mplayer.h
index d1618bf929..651ab7b9d1 100644
--- a/mplayer.h
+++ b/mplayer.h
@@ -31,10 +31,6 @@ extern float audio_delay;
extern double force_fps;
-extern int frame_dropping;
-
-extern int auto_quality;
-
extern int vobsub_id;
struct MPContext;