Searched refs:fli_header (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dflicvideo.c84 unsigned char *fli_header = (unsigned char *)avctx->extradata; local
120 s->fli_type = AV_RL16(&fli_header[4]);
121 depth = AV_RL16(&fli_header[12]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dflicvideo.c83 unsigned char *fli_header = (unsigned char *)avctx->extradata; local
94 s->fli_type = AV_RL16(&fli_header[4]); /* Might be overridden if a Magic Carpet FLC */
102 depth = AV_RL16(&fli_header[12]);

Completed in 49 milliseconds