Replace MAX_SUBFRAME_SIZE and ctx->subframe_size with SUBFRAME_SIZE,

since subframe length is the same in all G.729 modes.

Originally committed as revision 19187 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Vladimir Voroshilov
2009-06-14 02:29:39 +00:00
parent d7bb185f99
commit 730c1e4a06
2 changed files with 6 additions and 6 deletions

View File

@ -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