Commit 978c8294 authored by Clément Bœsch's avatar Clément Bœsch

lavc/g723.1: fix make checkheaders.

parent 02908a4b
...@@ -28,6 +28,8 @@ ...@@ -28,6 +28,8 @@
#ifndef AVCODEC_G729_DATA_H #ifndef AVCODEC_G729_DATA_H
#define AVCODEC_G729_DATA_H #define AVCODEC_G729_DATA_H
#include <stdint.h>
#define SUBFRAMES 4 #define SUBFRAMES 4
#define SUBFRAME_LEN 60 #define SUBFRAME_LEN 60
#define FRAME_LEN (SUBFRAME_LEN << 2) #define FRAME_LEN (SUBFRAME_LEN << 2)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment