Commit a1a12db6 authored by michael's avatar michael

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14917 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7da8d6e9
......@@ -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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment