mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 15:49:50 +08:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user