diff options
Diffstat (limited to 'libavcodec/gsmdec_data.h')
-rw-r--r-- | libavcodec/gsmdec_data.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/gsmdec_data.h b/libavcodec/gsmdec_data.h index bb4f159c60..4e2c7e6846 100644 --- a/libavcodec/gsmdec_data.h +++ b/libavcodec/gsmdec_data.h @@ -23,6 +23,7 @@ #define AVCODEC_GSMDEC_DATA #include <stdint.h> +#include "avcodec.h" // input and output sizes in byte #define GSM_BLOCK_SIZE 33 @@ -30,6 +31,7 @@ #define GSM_FRAME_SIZE 160 typedef struct { + AVFrame frame; // Contains first 120 elements from the previous frame // (used by long_term_synth according to the "lag"), // then in the following 160 elements the current |