Searched defs:SANMVideoContext (Results 1 – 1 of 1) sorted by relevance
264 typedef struct SANMVideoContext { struct265 AVCodecContext *avctx;266 GetByteContext gb;268 int version, subversion;269 uint32_t pal[PALETTE_SIZE];270 int16_t delta_pal[PALETTE_DELTA];295 } SANMVideoContext; argument