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).

Originally committed as revision 14917 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Alexander E. Patrakov 2008-08-23 13:29:13 +00:00 committed by Michael Niedermayer
parent 6bf8b3ef03
commit 4df7beb368

View File

@ -69,7 +69,7 @@ enum DCAMode {
#define HEADER_SIZE 14
#define CONVERT_BIAS 384
#define DCA_MAX_FRAME_SIZE 16383
#define DCA_MAX_FRAME_SIZE 16384
/** Bit allocation */
typedef struct {