summaryrefslogtreecommitdiff
path: root/src/xine-engine/xine_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xine-engine/xine_internal.h')
-rw-r--r--src/xine-engine/xine_internal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xine-engine/xine_internal.h b/src/xine-engine/xine_internal.h
index c59f04741..3564e598c 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.132 2003/04/04 19:20:54 miguelfreitas Exp $
+ * $Id: xine_internal.h,v 1.133 2003/04/05 12:28:16 miguelfreitas Exp $
*
*/
@@ -129,6 +129,7 @@ struct extra_info_s {
int64_t vpts; /* set on output layers only */
int invalid; /* do not use this extra info to update anything */
+ int total_time; /* duration in miliseconds of the stream */
};
/*