From f28b3eb21ce965e5683717ef1b0ca81f06dbc813 Mon Sep 17 00:00:00 2001 From: Kenan Gillet Date: Mon, 1 Dec 2008 20:43:22 +0000 Subject: [PATCH] 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 --- libavcodec/qcelpdata.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libavcodec/qcelpdata.h b/libavcodec/qcelpdata.h index b1b3d98..ea3536a 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; /** -- 2.7.4