~ubuntu-branches/ubuntu/precise/libav/precise-updates

« back to all changes in this revision

Viewing changes to libavcodec/cook.c

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2011-07-21 21:12:27 UTC
  • mfrom: (1.1.9 experimental)
  • Revision ID: james.westby@ubuntu.com-20110721211227-i7f0fi12n1t9vd8e
Tags: 4:0.7.1-1ubuntu1
* Merge from debian/unstable
  - don't build against libfaad, libdirac, librtmp and libopenjpeg
    (all in universe)
  - Extra conflicts on libswscale-extra-1 (can be dropped after natty release)

Show diffs side-by-side

added added

removed removed

Lines of Context:
335
335
 * Fill the gain array for the timedomain quantization.
336
336
 *
337
337
 * @param gb          pointer to the GetBitContext
338
 
 * @param gaininfo[9] array of gain indexes
 
338
 * @param gaininfo    array[9] of gain indexes
339
339
 */
340
340
 
341
341
static void decode_gain_info(GetBitContext *gb, int *gaininfo)