summaryrefslogtreecommitdiffstats
path: root/mp_core.h
diff options
context:
space:
mode:
authoralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-09 14:51:47 +0000
committeralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-09 14:51:47 +0000
commitf48a4beff0a43adf6073fc213b91a7b25e7f931d (patch)
treea9654b7651fb4dff7b2d46173524f7ec39e90e1f /mp_core.h
parent1544e6471755ec91d954ab604abdcedfac082acc (diff)
downloadmpv-f48a4beff0a43adf6073fc213b91a7b25e7f931d.tar.bz2
mpv-f48a4beff0a43adf6073fc213b91a7b25e7f931d.tar.xz
Move loop_times into mpctx.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23746 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mp_core.h')
-rw-r--r--mp_core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mp_core.h b/mp_core.h
index bc46471303..a3c537fd83 100644
--- a/mp_core.h
+++ b/mp_core.h
@@ -51,6 +51,7 @@ typedef struct MPContext {
play_tree_iter_t *playtree_iter;
int eof;
int play_tree_step;
+ int loop_times;
stream_t *stream;
demuxer_t *demuxer;