diff options
author | titer <[email protected]> | 2006-02-22 19:32:43 +0000 |
---|---|---|
committer | titer <[email protected]> | 2006-02-22 19:32:43 +0000 |
commit | 59fdec6de410480ca0b9eb7bb9b7e37a6ddc1384 (patch) | |
tree | 1c8a9cff6be5a3ac200dc671c3ab029c69299341 /libhb/internal.h | |
parent | f2d6457b5e4951bf5cc8d4d005e5ef82b5e6eda9 (diff) |
Fix for missing subtitles
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@28 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 02fb61578..c93d48245 100644 --- a/libhb/internal.h +++ b/libhb/internal.h @@ -61,6 +61,7 @@ int hb_fifo_size( hb_fifo_t * ); int hb_fifo_is_full( hb_fifo_t * ); hb_buffer_t * hb_fifo_get( hb_fifo_t * ); hb_buffer_t * hb_fifo_see( hb_fifo_t * ); +hb_buffer_t * hb_fifo_see2( hb_fifo_t * ); void hb_fifo_push( hb_fifo_t *, hb_buffer_t * ); void hb_fifo_close( hb_fifo_t ** ); |