More OKed parts of the QCELP decoder
authorKenan Gillet <kenan.gillet@gmail.com>
Mon, 1 Dec 2008 20:43:22 +0000 (20:43 +0000)
committerVitor Sessak <vitor1001@gmail.com>
Mon, 1 Dec 2008 20:43:22 +0000 (20:43 +0000)
patch by Kenan Gillet, kenan.gillet gmail com

Originally committed as revision 15973 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/qcelpdata.h

index b1b3d98..ea3536a 100644 (file)
@@ -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;
 
 /**