CHUNK_PREAMBLE_SIZE 220 libavformat/ipmovie.c unsigned char chunk_preamble[CHUNK_PREAMBLE_SIZE]; CHUNK_PREAMBLE_SIZE 242 libavformat/ipmovie.c if (avio_read(pb, chunk_preamble, CHUNK_PREAMBLE_SIZE) != CHUNK_PREAMBLE_SIZE 243 libavformat/ipmovie.c CHUNK_PREAMBLE_SIZE) CHUNK_PREAMBLE_SIZE 290 libavformat/ipmovie.c if (avio_read(pb, opcode_preamble, CHUNK_PREAMBLE_SIZE) != CHUNK_PREAMBLE_SIZE 291 libavformat/ipmovie.c CHUNK_PREAMBLE_SIZE) { CHUNK_PREAMBLE_SIZE 550 libavformat/ipmovie.c unsigned char chunk_preamble[CHUNK_PREAMBLE_SIZE]; CHUNK_PREAMBLE_SIZE 578 libavformat/ipmovie.c if (avio_read(pb, chunk_preamble, CHUNK_PREAMBLE_SIZE) != CHUNK_PREAMBLE_SIZE 579 libavformat/ipmovie.c CHUNK_PREAMBLE_SIZE) CHUNK_PREAMBLE_SIZE 582 libavformat/ipmovie.c avio_seek(pb, -CHUNK_PREAMBLE_SIZE, SEEK_CUR);