diff options
author | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2002-04-16 12:27:20 +0000 |
---|---|---|
committer | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2002-04-16 12:27:20 +0000 |
commit | 1cf9fe019bdff5307345e75b663e1784cfa69c0b (patch) | |
tree | ba3f06cb11293bc6f64ee8dda195aa5335c89e3f /src/xine-engine/xine_internal.h | |
parent | 08d18fc1770272fccf47b4901a24effb6c8b173b (diff) | |
download | xine-lib-1cf9fe019bdff5307345e75b663e1784cfa69c0b.tar.gz xine-lib-1cf9fe019bdff5307345e75b663e1784cfa69c0b.tar.bz2 |
More accurate slider position.
When stream length changes. E.g. Different DVD chapters.
CVS patchset: 1729
CVS date: 2002/04/16 12:27:20
Diffstat (limited to 'src/xine-engine/xine_internal.h')
-rw-r--r-- | src/xine-engine/xine_internal.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xine-engine/xine_internal.h b/src/xine-engine/xine_internal.h index b54e4dadc..51aef162d 100644 --- a/src/xine-engine/xine_internal.h +++ b/src/xine-engine/xine_internal.h @@ -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_internal.h,v 1.76 2002/04/09 04:35:17 miguelfreitas Exp $ + * $Id: xine_internal.h,v 1.77 2002/04/16 12:27:21 jcdutton Exp $ * */ @@ -167,6 +167,7 @@ struct xine_s { int status; int speed; off_t cur_input_pos; + off_t cur_input_length; int cur_input_time; char cur_mrl[1024]; |