diff g729.h @ 9852:af3cc583501e libavcodec

Replace MAX_SUBFRAME_SIZE and ctx->subframe_size with SUBFRAME_SIZE, since subframe length is the same in all G.729 modes.
author voroshil
date Sun, 14 Jun 2009 02:29:39 +0000
parents c4a4495715dd
children
line wrap: on
line diff
--- a/g729.h	Sat Jun 13 22:33:13 2009 +0000
+++ b/g729.h	Sun Jun 14 02:29:39 2009 +0000
@@ -22,8 +22,8 @@
 #define AVCODEC_G729_H
 
 /**
- * maximum possible subframe size
+ * subframe size
  */
-#define MAX_SUBFRAME_SIZE 44
+#define SUBFRAME_SIZE 40
 
 #endif // AVCODEC_G729_H