comparison vorbis.h @ 7129:322023e630a6 libavcodec

mark read-only data as const
author stefang
date Tue, 24 Jun 2008 20:01:31 +0000
parents 1d83e9c34641
children c4a4495715dd
comparison
equal deleted inserted replaced
7128:614bc53e67a8 7129:322023e630a6
22 #define FFMPEG_VORBIS_H 22 #define FFMPEG_VORBIS_H
23 23
24 #include "avcodec.h" 24 #include "avcodec.h"
25 25
26 extern const float ff_vorbis_floor1_inverse_db_table[256]; 26 extern const float ff_vorbis_floor1_inverse_db_table[256];
27 extern const float * ff_vorbis_vwin[8]; 27 extern const float * const ff_vorbis_vwin[8];
28 28
29 typedef struct { 29 typedef struct {
30 uint_fast16_t x; 30 uint_fast16_t x;
31 uint_fast16_t sort; 31 uint_fast16_t sort;
32 uint_fast16_t low; 32 uint_fast16_t low;