From 0b7fe842f95fd84668887fa0584697b247ecdd71 Mon Sep 17 00:00:00 2001 From: jstebbins Date: Fri, 21 Oct 2011 17:44:51 +0000 Subject: bump libvorbis from aoTuV b5 to b6.03 Libvorbis aoTuV was unified with Xiph.Org's libvorbis1.3.2. Many bug fixes and improvements. Enlarge buffer for audio headers. The new vorbis generates larger code book headers. patch configure to fix llvm -O4 bug git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4302 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- libhb/internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libhb/internal.h') diff --git a/libhb/internal.h b/libhb/internal.h index be9144821..ee6bdccb2 100644 --- a/libhb/internal.h +++ b/libhb/internal.h @@ -279,7 +279,7 @@ hb_buffer_t * hb_ts_decode_pkt( hb_stream_t *stream, const uint8_t * pkt ); /*********************************************************************** * Work objects **********************************************************************/ -#define HB_CONFIG_MAX_SIZE 8192 +#define HB_CONFIG_MAX_SIZE (2*8192) union hb_esconfig_u { -- cgit v1.2.3