Searched defs:ShortenContext (Results 1 – 1 of 1) sorted by relevance
85 typedef struct ShortenContext { struct86 AVCodecContext *avctx;87 GetBitContext gb;89 int min_framesize, max_framesize;90 unsigned channels;115 } ShortenContext; argument