Mercurial > libavcodec.hg
log
age | author | description |
---|---|---|
Sun, 06 Sep 2009 09:15:07 +0000 | reimar | Make sample_fmts and channel_layouts compound literals const to reduce size of libavcodec |
Sun, 06 Sep 2009 08:56:10 +0000 | reimar | ff_sine_windows table contains only constant data, too. libavcodec |
Sun, 06 Sep 2009 08:53:14 +0000 | reimar | The ff_cos_tabs table itself is constant, too, so mark it as such. libavcodec |
Sun, 06 Sep 2009 08:50:20 +0000 | reimar | The pointers in ff_sin_tabs themselves are constant, so mark them accordingly. libavcodec |