diff options
Diffstat (limited to 'libhb/internal.h')
-rw-r--r-- | libhb/internal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libhb/internal.h b/libhb/internal.h index 2d137dde8..6f6420a56 100644 --- a/libhb/internal.h +++ b/libhb/internal.h @@ -265,7 +265,6 @@ int hb_stream_seek( hb_stream_t *, float ); int hb_stream_seek_ts( hb_stream_t * stream, int64_t ts ); int hb_stream_seek_chapter( hb_stream_t *, int ); int hb_stream_chapter( hb_stream_t * ); -int hb_stream_recovery_count( hb_stream_t * ); hb_buffer_t * hb_ts_decode_pkt( hb_stream_t *stream, const uint8_t * pkt ); |