Home
last modified time | relevance | path

Searched defs:MLPEncodeContext (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmlpenc.c109 typedef struct MLPEncodeContext { struct
110 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 MLP
118 int coded_sample_rate[2]; ///< sample rate encoded for MLP
119 int coded_peak_bitrate; ///< peak bitrate for this major sync header
121 int flags; ///< major sync info flags
124 int substream_info;
125 int fs;
[all …]