diff options
author | dynaflash <[email protected]> | 2007-12-31 17:11:15 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2007-12-31 17:11:15 +0000 |
commit | a2a317c82d8b98e2fbce23bd4bf1b0ce9bb65c14 (patch) | |
tree | 9d50f13f633497305c9cc5e6218c0e92f7444196 /libhb/internal.h | |
parent | 68cb0b2457e5a474040b52fab2f3ec873d1b2399 (diff) |
Program Stream Enhancements - Van: Libhb
- Thanks Van !
- Identifies program streams by type instead of file extension
- Improves proper duration reporting of program streams
- fixes audio reconvergence code in libhb/sync.c trying to free a null buffer causing a crash
- Assorted other enhancements to encoding program streams.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1155 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/internal.h')
-rw-r--r-- | libhb/internal.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libhb/internal.h b/libhb/internal.h index 55889fe6f..e4d5bee49 100644 --- a/libhb/internal.h +++ b/libhb/internal.h @@ -133,14 +133,12 @@ int hb_dvd_chapter( hb_dvd_t * ); int hb_dvd_is_break( hb_dvd_t * d ); void hb_dvd_close( hb_dvd_t ** ); -int hb_stream_is_stream_type( char * path); hb_stream_t * hb_stream_open( char * path ); void hb_stream_close( hb_stream_t ** ); hb_title_t * hb_stream_title_scan( hb_stream_t *); int hb_stream_read( hb_stream_t *, hb_buffer_t *); int hb_stream_seek( hb_stream_t *, float ); void hb_stream_update_audio( hb_stream_t *, hb_audio_t *); -void hb_stream_set_selected_audio_pid_index(hb_stream_t *, int); /*********************************************************************** * Work objects |