comparison 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
comparison
equal deleted inserted replaced
9851:e0fe929c5dc4 9852:af3cc583501e
20 */ 20 */
21 #ifndef AVCODEC_G729_H 21 #ifndef AVCODEC_G729_H
22 #define AVCODEC_G729_H 22 #define AVCODEC_G729_H
23 23
24 /** 24 /**
25 * maximum possible subframe size 25 * subframe size
26 */ 26 */
27 #define MAX_SUBFRAME_SIZE 44 27 #define SUBFRAME_SIZE 40
28 28
29 #endif // AVCODEC_G729_H 29 #endif // AVCODEC_G729_H