Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dshorten.c86 typedef struct ShortenContext { struct
87 AVCodecContext *avctx;
88 GetBitContext gb;
90 int min_framesize, max_framesize;
91 unsigned channels;
116 } ShortenContext; argument