Commit 27f2ca7e authored by michael's avatar michael

Increase BUFFER_SIZE.

Fixes issue719.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16541 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 8d2bf65b
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
#include "mpegaudio.h" #include "mpegaudio.h"
#include <lame/lame.h> #include <lame/lame.h>
#define BUFFER_SIZE (7200 + MPA_FRAME_SIZE + MPA_FRAME_SIZE/4) #define BUFFER_SIZE (7200 + 2*MPA_FRAME_SIZE + MPA_FRAME_SIZE/4)
typedef struct Mp3AudioContext { typedef struct Mp3AudioContext {
lame_global_flags *gfp; lame_global_flags *gfp;
int stereo; int stereo;
......
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