summaryrefslogtreecommitdiffstats
path: root/core/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/options.h')
-rw-r--r--core/options.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/core/options.h b/core/options.h
index 31d2726c19..03298554cd 100644
--- a/core/options.h
+++ b/core/options.h
@@ -1,6 +1,8 @@
#ifndef MPLAYER_OPTIONS_H
#define MPLAYER_OPTIONS_H
+#include "core/m_option.h"
+
typedef struct MPOpts {
char **video_driver_list;
char **audio_driver_list;
@@ -69,7 +71,9 @@ typedef struct MPOpts {
int consolecontrols;
int doubleclick_time;
int list_properties;
- double seek_to_sec;
+ struct m_rel_time play_start;
+ struct m_rel_time play_end;
+ struct m_rel_time play_length;
int start_paused;
int audio_id;
int video_id;