summaryrefslogtreecommitdiffstats
path: root/mp_core.h
diff options
context:
space:
mode:
authorUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-21 05:18:40 +0300
committerUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-23 13:47:44 +0300
commitef74d21b1f1d96b2e3f180c021998fbdd80ffcba (patch)
treee0600e83f388e0c2865153c0c8fc4e1aed3faf1c /mp_core.h
parent67778746ce3c917d874baa7c2e6b2a21a50c27e2 (diff)
downloadmpv-ef74d21b1f1d96b2e3f180c021998fbdd80ffcba.tar.bz2
mpv-ef74d21b1f1d96b2e3f180c021998fbdd80ffcba.tar.xz
Move loop_times to option struct
Diffstat (limited to 'mp_core.h')
-rw-r--r--mp_core.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/mp_core.h b/mp_core.h
index 7ef16ec972..df53fdbb5c 100644
--- a/mp_core.h
+++ b/mp_core.h
@@ -52,7 +52,6 @@ typedef struct MPContext {
play_tree_iter_t *playtree_iter;
int eof;
int play_tree_step;
- int loop_times;
stream_t *stream;
demuxer_t *demuxer;