summaryrefslogtreecommitdiff
path: root/libavcodec/qcelpdata.h
diff options
context:
space:
mode:
authorKenan Gillet <kenan.gillet@gmail.com>2008-12-01 20:43:22 +0000
committerVitor Sessak <vitor1001@gmail.com>2008-12-01 20:43:22 +0000
commitf28b3eb21ce965e5683717ef1b0ca81f06dbc813 (patch)
treec4b7fced64c85387879375abf9682ec787f52342 /libavcodec/qcelpdata.h
parentc9c16cacb574e89183430df61a12be34ee249f4b (diff)
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.h4
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;
/**