diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-01-13 02:15:07 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-01-13 02:15:07 +0000 |
commit | 96920b7a5c210b72e2e23afa1c41d1e30b9c7a45 (patch) | |
tree | 8655e231e0f76d1551018988552b4f6425a45ca3 /include | |
parent | d6707f0f7fbafb0ae989151c9c6beeada5c3388e (diff) | |
download | xine-lib-96920b7a5c210b72e2e23afa1c41d1e30b9c7a45.tar.gz xine-lib-96920b7a5c210b72e2e23afa1c41d1e30b9c7a45.tar.bz2 |
- add option to adjust spu sync (works for both dvd and external subtitles)
- implement some master/slave stuff
- implement subtitle mrl:
xine movie.mpg#subtitle:whatever.sub
CVS patchset: 3887
CVS date: 2003/01/13 02:15:07
Diffstat (limited to 'include')
-rw-r--r-- | include/xine.h.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/xine.h.in b/include/xine.h.in index b5b1044bf..b0a508d37 100644 --- a/include/xine.h.in +++ b/include/xine.h.in @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine.h.in,v 1.51 2003/01/11 19:06:52 guenter Exp $ + * $Id: xine.h.in,v 1.52 2003/01/13 02:15:07 miguelfreitas Exp $ * * public xine-lib (libxine) interface and documentation * @@ -585,6 +585,7 @@ void xine_register_log_cb (xine_t *self, xine_log_cb_t cb, #define XINE_PARAM_AUDIO_AMP_LEVEL 9 /* 0..200, 100=>100% (default) */ #define XINE_PARAM_AUDIO_REPORT_LEVEL 10 /* 1=>send events, 0=> don't */ #define XINE_PARAM_VERBOSITY 11 /* control console output */ +#define XINE_PARAM_SPU_OFFSET 12 /* unit: 1/90000 sec */ /* stream format detection strategies */ |