diff options
author | handbrake <[email protected]> | 2006-01-14 13:48:48 +0000 |
---|---|---|
committer | handbrake <[email protected]> | 2006-01-14 13:48:48 +0000 |
commit | 9b1acf8cda6d2c5c53000595a6192237e0ed339f (patch) | |
tree | 117605ae091e4507d556b1256f7a69fb193da3f6 /libhb/internal.h | |
parent | 56bb6ce496b475944bb9577c7586e84be1cb831e (diff) |
Update 2006-01-10
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@17 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/internal.h')
-rw-r--r-- | libhb/internal.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libhb/internal.h b/libhb/internal.h index e22da82ee..02fb61578 100644 --- a/libhb/internal.h +++ b/libhb/internal.h @@ -1,4 +1,4 @@ -/* $Id: internal.h,v 1.40 2005/04/27 10:14:02 titer Exp $ +/* $Id: internal.h,v 1.41 2005/11/25 15:05:25 titer Exp $ This file is part of the HandBrake source code. Homepage: <http://handbrake.m0k.org/>. @@ -104,6 +104,7 @@ hb_dvd_t * hb_dvd_init( char * path ); int hb_dvd_title_count( hb_dvd_t * ); hb_title_t * hb_dvd_title_scan( hb_dvd_t *, int title ); int hb_dvd_start( hb_dvd_t *, int title, int chapter ); +void hb_dvd_stop( hb_dvd_t * ); int hb_dvd_seek( hb_dvd_t *, float ); int hb_dvd_read( hb_dvd_t *, hb_buffer_t * ); int hb_dvd_chapter( hb_dvd_t * ); |