]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/g729.h
Export H264 profile and level in AVCodecContext.
[ffmpeg] / libavcodec / g729.h
index 3192f9d92798b74f01265178be824840b4986b58..462cf8f1ace7dc21c31be365c1d5d4deac694103 100644 (file)
  * License along with FFmpeg; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
-#ifndef FFMPEG_G729_H
-#define FFMPEG_G729_H
-
-#include <stdint.h>
+#ifndef AVCODEC_G729_H
+#define AVCODEC_G729_H
 
 /**
- * maximum possible subframe size
+ * subframe size
  */
-#define MAX_SUBFRAME_SIZE 44
+#define SUBFRAME_SIZE 40
 
-#endif // FFMPEG_G729_H
+#endif // AVCODEC_G729_H