]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mpegaudiodata.h
cosmetics: rename some functions from *get_* to *decode_*
[ffmpeg] / libavcodec / mpegaudiodata.h
index 08e7570e6ba821979f041cbad93dc4c522d5d84a..55ea4f64e87e246462a36c431513cd15f5be0127 100644 (file)
@@ -38,6 +38,6 @@ extern const int32_t ff_mpa_enwindow[257];
 extern const int ff_mpa_sblimit_table[5];
 extern const int ff_mpa_quant_steps[17];
 extern const int ff_mpa_quant_bits[17];
-extern const unsigned char *ff_mpa_alloc_tables[5];
+extern const unsigned char * const ff_mpa_alloc_tables[5];
 
 #endif /* FFMPEG_MPEGAUDIODATA_H */