Searched defs:DCACoreDecoder (Results 1 – 1 of 1) sorted by relevance
101 typedef struct DCACoreDecoder { struct102 AVCodecContext *avctx;103 GetBitContext gb;104 GetBitContext gb_in;107 int crc_present; ///< CRC present flag108 int npcmblocks; ///< Number of PCM sample blocks109 int frame_size; ///< Primary frame byte size110 int audio_mode; ///< Audio channel arrangement111 int sample_rate; ///< Core audio sampling frequency112 int bit_rate; ///< Transmission bit rate[all …]