~ubuntu-branches/ubuntu/trusty/libtheora/trusty-proposed

« back to all changes in this revision

Viewing changes to lib/enc/blockmap.c

  • Committer: Bazaar Package Importer
  • Author(s): Clint Adams
  • Date: 2008-04-23 14:08:37 UTC
  • mfrom: (1.1.6 upstream) (3.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080423140837-t981xtgv43carzk8
Tags: 1.0~beta3-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 ********************************************************************
12
12
 
13
13
  function:
14
 
  last mod: $Id: blockmap.c 13884 2007-09-22 08:38:10Z giles $
 
14
  last mod: $Id: blockmap.c 14059 2007-10-28 23:43:27Z xiphmont $
15
15
 
16
16
 ********************************************************************/
17
17
 
97
97
  CreateMapping ( BlockMap, YSuperBlocks + UVSuperBlocks, (HFrags*VFrags*5)/4,
98
98
                  HFrags/2, VFrags/2 );
99
99
}
100