~ubuntu-branches/ubuntu/lucid/ffmpeg/lucid-updates

« back to all changes in this revision

Viewing changes to libavcodec/mlp.c

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2009-02-05 21:45:05 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20090205214505-fvn0jkiv3lrkaaq4
Tags: 3:0.svn20090204-2ubuntu1+unstripped1
rebuild using a clean, uncrippled ffmpeg tarball

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
static AVCRC crc_1D[1024];
47
47
static AVCRC crc_2D[1024];
48
48
 
49
 
void av_cold ff_mlp_init_crc()
 
49
av_cold void ff_mlp_init_crc(void)
50
50
{
51
51
    if (!crc_init) {
52
52
        av_crc_init(crc_63, 0,  8,   0x63, sizeof(crc_63));