Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dsanm.c263 typedef struct SANMVideoContext { struct
264 AVCodecContext *avctx;
265 GetByteContext gb;
267 int version, subversion;
268 uint32_t pal[PALETTE_SIZE];
269 int16_t delta_pal[PALETTE_DELTA];
294 } SANMVideoContext; argument