]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/qcelpdata.h
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavcodec / qcelpdata.h
index d79cea9f6ccee97303663fd42370177a8059cfca..82cc61d7ea629808d16e832b5608c30b111ce634 100644 (file)
@@ -74,9 +74,9 @@ typedef struct {
 static const float qcelp_hammsinc_table[4] = { -0.006822,  0.041249, -0.143459,  0.588863};
 
 typedef struct {
-    uint8_t index;  /*!< index into the QCELPContext structure */
-    uint8_t bitpos; /*!< position of the lowest bit in the value's byte */
-    uint8_t bitlen; /*!< number of bits to read */
+    uint8_t index;  /**< index into the QCELPContext structure */
+    uint8_t bitpos; /**< position of the lowest bit in the value's byte */
+    uint8_t bitlen; /**< number of bits to read */
 } QCELPBitmap;
 
 #define QCELP_OF(variable, bit, len) {offsetof(QCELPFrame, variable), bit, len}