~ubuntu-branches/ubuntu/oneiric/faac/oneiric

« back to all changes in this revision

Viewing changes to libfaac/huffman.h

  • Committer: Bazaar Package Importer
  • Author(s): John Dong
  • Date: 2008-01-06 22:47:35 UTC
  • mfrom: (0.1.3 hoary) (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080106224735-jhb3ptzjfm2j7n89
Tags: 1.26-0.1ubuntu1
* Sync from debian-multimedia
* Ubuntu Changes:
 - Maintainer Spec
 - Versioned mp4v2 dep

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
***********/
24
24
/*
25
 
 * $Id: huffman.h,v 1.5 2001/09/04 18:39:36 menno Exp $
 
25
 * $Id: huffman.h,v 1.6 2004/07/12 08:46:43 corrados Exp $
26
26
 */
27
27
 
28
28
#ifndef HUFFMAN_H
69
69
             int length);
70
70
 
71
71
int OutputBits(CoderInfo *coderInfo,
 
72
#ifdef DRM
 
73
               int *book, /* we need to change book for VCB11 */
 
74
#else
72
75
               int book,
 
76
#endif
73
77
               int *quant,
74
78
               int offset,
75
79
               int length);