BUFFER_SIZE 35 libavcodec/libmp3lame.c uint8_t buffer[BUFFER_SIZE]; BUFFER_SIZE 157 libavcodec/libmp3lame.c BUFFER_SIZE - s->buffer_index BUFFER_SIZE 166 libavcodec/libmp3lame.c BUFFER_SIZE - s->buffer_index BUFFER_SIZE 173 libavcodec/libmp3lame.c BUFFER_SIZE - s->buffer_index BUFFER_SIZE 180 libavcodec/libmp3lame.c av_log(avctx, AV_LOG_ERROR, "lame: output buffer too small (buffer index: %d, free bytes: %d)\n", s->buffer_index, BUFFER_SIZE - s->buffer_index); BUFFER_SIZE 43 libavcodec/libvorbis.c uint8_t buffer[BUFFER_SIZE]; BUFFER_SIZE 38 libavcodec/libxvidff.c #define BUFFER_REMAINING(x) (BUFFER_SIZE - strlen(x)) BUFFER_SIZE 215 libavcodec/libxvidff.c x->twopassbuffer = av_malloc(BUFFER_SIZE); BUFFER_SIZE 216 libavcodec/libxvidff.c x->old_twopassbuffer = av_malloc(BUFFER_SIZE); BUFFER_SIZE 41 libavformat/http.c unsigned char buffer[BUFFER_SIZE], *buf_ptr, *buf_end; BUFFER_SIZE 141 libavformat/http.c len = url_read(s->hd, s->buffer, BUFFER_SIZE);