RESYNC_BUFFER_SIZE 62 libavformat/flvdec.c uint8_t resync_buffer[2*RESYNC_BUFFER_SIZE]; RESYNC_BUFFER_SIZE 955 libavformat/flvdec.c int j = i & (RESYNC_BUFFER_SIZE-1); RESYNC_BUFFER_SIZE 956 libavformat/flvdec.c int j1 = j + RESYNC_BUFFER_SIZE; RESYNC_BUFFER_SIZE 974 libavformat/flvdec.c if (lsize2 >= 11 && lsize2 + 8LL < FFMIN(i, RESYNC_BUFFER_SIZE)) { RESYNC_BUFFER_SIZE 977 libavformat/flvdec.c if (lsize1 >= 11 && lsize1 + 8LL + lsize2 < FFMIN(i, RESYNC_BUFFER_SIZE)) {