~ubuntu-branches/ubuntu/lucid/mpg123/lucid

« back to all changes in this revision

Viewing changes to src/libmpg123/frame.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2009-12-21 00:11:29 UTC
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: james.westby@ubuntu.com-20091221001129-gsbnzbenceqv4pjt
Tags: upstream-1.10.0
ImportĀ upstreamĀ versionĀ 1.10.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
        int rva; /* (which) rva to do: 0: nothing, 1: radio/mix/track 2: album/audiophile */
66
66
        long halfspeed;
67
67
        long doublespeed;
68
 
#ifndef WIN32
 
68
#if (!defined (WIN32) || defined (__CYGWIN__))
69
69
        long timeout;
70
70
#endif
71
71
#define NUM_CHANNELS 2
338
338
/* void frame_gapless_buffercheck(mpg123_handle *fr); */
339
339
#endif
340
340
 
 
341
/* Number of samples the decoding of the current frame should yield. */
341
342
off_t frame_expect_outsamples(mpg123_handle *fr);
342
343
 
343
344
/* Skip this frame... do some fake action to get away without actually decoding it. */