Mark several libavformat arrays const

Originally committed as revision 14950 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Reimar Döffinger
2008-08-24 17:24:34 +00:00
parent 7b571fd7a4
commit aecf157ed0
4 changed files with 7 additions and 7 deletions

View File

@ -27,7 +27,7 @@ typedef struct {
offset_t data_size;
} MMFContext;
static int mmf_rates[] = { 4000, 8000, 11025, 22050, 44100 };
static const int mmf_rates[] = { 4000, 8000, 11025, 22050, 44100 };
static int mmf_rate(int code)
{