Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmlpdec.c138 typedef struct MLPDecodeContext { struct
139 const AVClass *class;
140 AVCodecContext *avctx;
142 AVChannelLayout downmix_layout;
145 int is_major_sync_unit;
148 int major_sync_header_size;
151 uint8_t params_valid;
177 } MLPDecodeContext; argument