]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/ac3dec_data.c
typo in the mail, the 4am commit is always the worst
[ffmpeg] / libavcodec / ac3dec_data.c
index bb688bc1bf46fb71b770abca92978dba36f9fa8a..2a3719ea0746dfeb146540bfed4bf89967ed3640 100644 (file)
@@ -20,7 +20,7 @@
  */
 
 /**
- * @file ac3dec_data.c
+ * @file libavcodec/ac3dec_data.c
  * tables taken directly from the AC-3 spec.
  */
 
@@ -1072,7 +1072,7 @@ static const int16_t vq_hebap7[512][6] = {
 {   3231,   -3284,   27336,    4174,   -1683,     497},
 };
 
-const int16_t (*ff_eac3_vq_hebap[8])[6] = {
+const int16_t (* const ff_eac3_mantissa_vq[8])[6] = {
     NULL,
     vq_hebap1,
     vq_hebap2,