From 59fdec6de410480ca0b9eb7bb9b7e37a6ddc1384 Mon Sep 17 00:00:00 2001 From: titer Date: Wed, 22 Feb 2006 19:32:43 +0000 Subject: Fix for missing subtitles git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@28 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- libhb/internal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libhb/internal.h') 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 ** ); -- cgit v1.2.3