Mercurial > libavcodec.hg
changeset 3123:fc43390719fc libavcodec
increase audio buffer to 1second of 48khz float audio
author | alex |
---|---|
date | Mon, 13 Feb 2006 12:00:27 +0000 |
parents | d57bf6a15b04 |
children | 00b0af60fe53 |
files | avcodec.h |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/avcodec.h Sun Feb 12 17:47:30 2006 +0000 +++ b/avcodec.h Mon Feb 13 12:00:27 2006 +0000 @@ -21,8 +21,8 @@ #define AV_STRINGIFY(s) AV_TOSTRING(s) #define AV_TOSTRING(s) #s -#define LIBAVCODEC_VERSION_INT ((51<<16)+(4<<8)+0) -#define LIBAVCODEC_VERSION 51.4.0 +#define LIBAVCODEC_VERSION_INT ((51<<16)+(5<<8)+0) +#define LIBAVCODEC_VERSION 51.5.0 #define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT #define LIBAVCODEC_IDENT "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION) @@ -270,7 +270,7 @@ }; /* in bytes */ -#define AVCODEC_MAX_AUDIO_FRAME_SIZE 131072 +#define AVCODEC_MAX_AUDIO_FRAME_SIZE 192000 // 1 second of 48khz 32bit audio /** * Required number of additionally allocated bytes at the end of the input bitstream for decoding.