changeset 7670:dabe2516abe2 libavcodec

Increase buffer size to 16384 patch by Alexander E. Patrakov" patrakov gmail This fixes a (probably not exploitable) buffer overflow (apparently unknown to its author).
author michael
date Sat, 23 Aug 2008 13:29:13 +0000
parents 700d8267095a
children 1bdb37f93bd2
files dca.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dca.c	Sat Aug 23 12:49:13 2008 +0000
+++ b/dca.c	Sat Aug 23 13:29:13 2008 +0000
@@ -69,7 +69,7 @@
 #define HEADER_SIZE 14
 #define CONVERT_BIAS 384
 
-#define DCA_MAX_FRAME_SIZE 16383
+#define DCA_MAX_FRAME_SIZE 16384
 
 /** Bit allocation */
 typedef struct {