Searched defs:AVVorbisParseContext (Results 1 – 2 of 2) sorted by relevance
34 struct AVVorbisParseContext { struct35 const AVClass *class;36 int extradata_parsed; ///< we have attempted to parse extradata37 int valid_extradata; ///< extradata is valid, so we can calculate duration38 int blocksize[2]; ///< short and long window sizes39 int previous_blocksize; ///< previous window size40 int mode_blocksize[64]; ///< window size mapping for each mode41 int mode_count; ///< number of modes42 int mode_mask; ///< bitmask used to get the mode in each packet43 int prev_mask; ///< bitmask used to get the previous mode flag in each packet
31 typedef struct AVVorbisParseContext AVVorbisParseContext; typedef