FLIC_PREAMBLE_SIZE  164 libavformat/flic.c     unsigned char preamble[FLIC_PREAMBLE_SIZE];
FLIC_PREAMBLE_SIZE  168 libavformat/flic.c         if ((ret = get_buffer(pb, preamble, FLIC_PREAMBLE_SIZE)) !=
FLIC_PREAMBLE_SIZE  169 libavformat/flic.c             FLIC_PREAMBLE_SIZE) {
FLIC_PREAMBLE_SIZE  177 libavformat/flic.c         if (((magic == FLIC_CHUNK_MAGIC_1) || (magic == FLIC_CHUNK_MAGIC_2)) && size > FLIC_PREAMBLE_SIZE) {
FLIC_PREAMBLE_SIZE  185 libavformat/flic.c             memcpy(pkt->data, preamble, FLIC_PREAMBLE_SIZE);
FLIC_PREAMBLE_SIZE  186 libavformat/flic.c             ret = get_buffer(pb, pkt->data + FLIC_PREAMBLE_SIZE,
FLIC_PREAMBLE_SIZE  187 libavformat/flic.c                 size - FLIC_PREAMBLE_SIZE);
FLIC_PREAMBLE_SIZE  188 libavformat/flic.c             if (ret != size - FLIC_PREAMBLE_SIZE) {