mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-04 06:08:26 +02:00
Increase BUFFER_SIZE.
Fixes issue719. Originally committed as revision 16541 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
203fa6b4d1
commit
c8af74a99b
@ -28,7 +28,7 @@
|
||||
#include "mpegaudio.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 {
|
||||
lame_global_flags *gfp;
|
||||
int stereo;
|
||||
|
Loading…
x
Reference in New Issue
Block a user