Searched defs:MLPEncodeContext (Results 1 – 1 of 1) sorted by relevance
109 typedef struct MLPEncodeContext { struct110 AVCodecContext *avctx;112 int num_substreams; ///< Number of substreams contained within this stream.114 int num_channels; /**< Number of channels in major_scratch_buffer.117 int coded_sample_fmt [2]; ///< sample format encoded for MLP118 int coded_sample_rate[2]; ///< sample rate encoded for MLP119 int coded_peak_bitrate; ///< peak bitrate for this major sync header121 int flags; ///< major sync info flags124 int substream_info;125 int fs;[all …]