From: Kenan Gillet Date: Mon, 1 Dec 2008 20:43:22 +0000 (+0000) Subject: More OKed parts of the QCELP decoder X-Git-Tag: v0.5~1822 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f28b3eb21ce965e5683717ef1b0ca81f06dbc813;p=platform%2Fupstream%2Flibav.git 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 --- 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; /**