diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2012-12-23 18:00:01 -0500 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2013-02-12 12:21:22 -0500 |
commit | 6fdfdb23d36f369f27ef11e40547cedc3df0bfb1 (patch) | |
tree | 2b66badbc782ead846550fba0c7d562aa94506e0 /libavcodec/gsmdec_data.h | |
parent | cb7b47a61dba0b9329ecede5dd3211dc0662dc05 (diff) | |
download | ffmpeg-6fdfdb23d36f369f27ef11e40547cedc3df0bfb1.tar.gz |
gsm: decode directly to the user-provided AVFrame
Diffstat (limited to 'libavcodec/gsmdec_data.h')
-rw-r--r-- | libavcodec/gsmdec_data.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/gsmdec_data.h b/libavcodec/gsmdec_data.h index 2f3a2d29af..7a81da9a3b 100644 --- a/libavcodec/gsmdec_data.h +++ b/libavcodec/gsmdec_data.h @@ -26,7 +26,6 @@ #include "avcodec.h" typedef struct GSMContext { - 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 |