Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dshorten.c85 typedef struct ShortenContext { struct
86 AVCodecContext *avctx;
87 GetBitContext gb;
89 int min_framesize, max_framesize;
90 unsigned channels;
115 } ShortenContext; argument