Searched defs:ShortenContext (Results 1 – 1 of 1) sorted by relevance
86 typedef struct ShortenContext { struct87 AVCodecContext *avctx;88 GetBitContext gb;90 int min_framesize, max_framesize;91 unsigned channels;116 } ShortenContext; argument