]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/qcelpdata.h
x86inc: Support arbitrary stack alignments
[ffmpeg] / libavcodec / qcelpdata.h
index 4c6cf15e3e07c90ff7c25f22cd8d24cda1f1f88b..319833e9045e76ff3daba87fd49a7378b910e03a 100644 (file)
@@ -37,7 +37,7 @@
 /**
  * QCELP unpacked data frame
  */
-typedef struct {
+typedef struct QCELPFrame {
 /// @name QCELP excitation codebook parameters
 /// @{
     uint8_t cbsign[16]; ///< sign of the codebook gain for each codebook subframe
@@ -73,7 +73,7 @@ typedef struct {
  */
 static const float qcelp_hammsinc_table[4] = { -0.006822,  0.041249, -0.143459,  0.588863};
 
-typedef struct {
+typedef struct QCELPBitmap {
     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 */