diff options
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 |