[FFmpeg-cvslog] r15973 - trunk/libavcodec/qcelpdata.h

vitor subversion
Mon Dec 1 21:43:23 CET 2008


Author: vitor
Date: Mon Dec  1 21:43:22 2008
New Revision: 15973

Log:
More OKed parts of the QCELP decoder
patch by Kenan Gillet, kenan.gillet gmail com


Modified:
   trunk/libavcodec/qcelpdata.h

Modified: trunk/libavcodec/qcelpdata.h
==============================================================================
--- trunk/libavcodec/qcelpdata.h	(original)
+++ trunk/libavcodec/qcelpdata.h	Mon Dec  1 21:43:22 2008
@@ -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;
 
 /**




More information about the ffmpeg-cvslog mailing list