Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dsanm.c264 typedef struct SANMVideoContext { struct
265 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