From f48a4beff0a43adf6073fc213b91a7b25e7f931d Mon Sep 17 00:00:00 2001 From: albeu Date: Mon, 9 Jul 2007 14:51:47 +0000 Subject: Move loop_times into mpctx. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23746 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mp_core.h | 1 + 1 file changed, 1 insertion(+) (limited to 'mp_core.h') 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; -- cgit v1.2.3