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

« back to all changes in this revision

Viewing changes to libavcodec/mimic.c

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2009-03-13 09:18:28 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20090313091828-n4ktby5eca487uhv
Tags: 3:0.svn20090303-1ubuntu1+unstripped1
merge from ubuntu.jaunty branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
121
121
    return 0;
122
122
}
123
123
 
124
 
const static int8_t vlcdec_lookup[9][64] = {
 
124
static const int8_t vlcdec_lookup[9][64] = {
125
125
    {    0, },
126
126
    {   -1,   1, },
127
127
    {   -3,   3,   -2,   2, },