diff options
author | jstebbins <[email protected]> | 2011-08-01 17:14:49 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2011-08-01 17:14:49 +0000 |
commit | ac3e2eaf6d6deb4ce9b86ce38a3715b3d8968da1 (patch) | |
tree | f1fa6a960187f5421f7906191e42d5e025329ea1 /libhb/internal.h | |
parent | 1074fcda1a9bc39939c9a2bd3eb346b621b4da19 (diff) |
libhb: fix some log spam when scanning h.264 BDs
Some residual data from the previous preview was being sent to the
decoder after a seek causing the decoder to complain.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4147 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/internal.h')
-rw-r--r-- | libhb/internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/internal.h b/libhb/internal.h index 724ab7c2e..c4b30ee4a 100644 --- a/libhb/internal.h +++ b/libhb/internal.h @@ -255,6 +255,7 @@ void hb_bd_set_angle( hb_bd_t * d, int angle ); int hb_bd_main_feature( hb_bd_t * d, hb_list_t * list_title ); hb_stream_t * hb_bd_stream_open( hb_title_t *title ); +void hb_ts_stream_reset(hb_stream_t *stream); hb_stream_t * hb_stream_open( char * path, hb_title_t *title, int scan ); void hb_stream_close( hb_stream_t ** ); hb_title_t * hb_stream_title_scan( hb_stream_t *, hb_title_t *); |