~ubuntu-branches/ubuntu/trusty/idjc/trusty

« back to all changes in this revision

Viewing changes to c/flacdecode.h

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2011-12-03 16:33:59 UTC
  • mfrom: (0.2.6)
  • Revision ID: package-import@ubuntu.com-20111203163359-dq5fy9i756jpoy29
Tags: 0.8.6-1
* New upstream release.
* debian/control:
  - Wrap and sort.
  - Build-depend on autopoint.
  - Drop autotools-dev, unnecessary.
* Drop the whole patch set, none of them is still needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
struct flacdecode_vars
26
26
   {
27
 
#ifdef FLAC_PRE1_1_2
28
 
   FLAC__FileDecoder *decoder;
29
 
#endif
30
 
#ifdef FLAC_POST1_1_3
31
27
   FLAC__StreamDecoder *decoder;
32
 
#endif
33
28
   FLAC__StreamMetadata metainfo;
34
29
   int decoderstate;
35
30
   int resample_f;