[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec avcodec.h,1.451,1.452

Alex Beregszaszi alex
Mon Feb 13 13:00:30 CET 2006


Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
In directory mail:/var2/tmp/cvs-serv18218

Modified Files:
	avcodec.h 
Log Message:
increase audio buffer to 1second of 48khz float audio

Index: avcodec.h
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/avcodec.h,v
retrieving revision 1.451
retrieving revision 1.452
diff -u -d -r1.451 -r1.452
--- avcodec.h	12 Feb 2006 08:53:29 -0000	1.451
+++ avcodec.h	13 Feb 2006 12:00:27 -0000	1.452
@@ -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.





More information about the ffmpeg-cvslog mailing list