diff options
author | Kenan Gillet <kenan.gillet@gmail.com> | 2008-12-01 20:43:22 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2008-12-01 20:43:22 +0000 |
commit | f28b3eb21ce965e5683717ef1b0ca81f06dbc813 (patch) | |
tree | c4b7fced64c85387879375abf9682ec787f52342 /libavcodec/qcelpdata.h | |
parent | c9c16cacb574e89183430df61a12be34ee249f4b (diff) | |
download | ffmpeg-f28b3eb21ce965e5683717ef1b0ca81f06dbc813.tar.gz |
More OKed parts of the QCELP decoder
patch by Kenan Gillet, kenan.gillet gmail com
Originally committed as revision 15973 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/qcelpdata.h')
-rw-r--r-- | libavcodec/qcelpdata.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libavcodec/qcelpdata.h b/libavcodec/qcelpdata.h index b1b3d98723..ea3536ad2f 100644 --- a/libavcodec/qcelpdata.h +++ b/libavcodec/qcelpdata.h @@ -58,6 +58,10 @@ typedef struct { */ uint8_t lspv[10]; + /** + * reserved bits only present in bitrate 1, 1/4 and 1/8 packets + */ + uint8_t reserved; } QCELPFrame; /** |