From 9b228ee8af1b1809efcccdb94218b565c53a5652 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Sat, 5 Apr 2003 12:28:15 +0000 Subject: "perfect" time display for dvds (see thread on xine-devel for details) CVS patchset: 4540 CVS date: 2003/04/05 12:28:15 --- src/xine-engine/xine_internal.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/xine-engine') 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 */ }; /* -- cgit v1.2.3