FF_MIN_BUFFER_SIZE 268 libavcodec/asvenc.c FF_MIN_BUFFER_SIZE)) < 0) FF_MIN_BUFFER_SIZE 1185 libavcodec/ffv1enc.c int64_t maxsize = FF_MIN_BUFFER_SIZE FF_MIN_BUFFER_SIZE 1234 libavcodec/ffv1enc.c maxsize = FF_MIN_BUFFER_SIZE + avctx->width*avctx->height*3LL*4; FF_MIN_BUFFER_SIZE 857 libavcodec/flashsv2enc.c if ((res = ff_alloc_packet2(avctx, pkt, s->frame_size + FF_MIN_BUFFER_SIZE)) < 0) FF_MIN_BUFFER_SIZE 273 libavcodec/gif.c if ((ret = ff_alloc_packet2(avctx, pkt, avctx->width*avctx->height*7/5 + FF_MIN_BUFFER_SIZE)) < 0) FF_MIN_BUFFER_SIZE 762 libavcodec/huffyuvenc.c if ((ret = ff_alloc_packet2(avctx, pkt, width * height * 3 * 4 + FF_MIN_BUFFER_SIZE)) < 0) FF_MIN_BUFFER_SIZE 923 libavcodec/j2kenc.c if ((ret = ff_alloc_packet2(avctx, pkt, avctx->width*avctx->height*9 + FF_MIN_BUFFER_SIZE)) < 0) FF_MIN_BUFFER_SIZE 269 libavcodec/jpeglsenc.c FF_MIN_BUFFER_SIZE)) < 0) FF_MIN_BUFFER_SIZE 83 libavcodec/libxavs.c int i, s, ret, size = x4->sei_size + FF_MIN_BUFFER_SIZE; FF_MIN_BUFFER_SIZE 716 libavcodec/libxvid.c if ((ret = ff_alloc_packet2(avctx, pkt, mb_width*(int64_t)mb_height*MAX_MB_BYTES + FF_MIN_BUFFER_SIZE)) < 0) FF_MIN_BUFFER_SIZE 219 libavcodec/ljpegenc.c int max_pkt_size = FF_MIN_BUFFER_SIZE; FF_MIN_BUFFER_SIZE 79 libavcodec/msvideo1enc.c if ((ret = ff_alloc_packet2(avctx, pkt, avctx->width*avctx->height*9 + FF_MIN_BUFFER_SIZE)) < 0) FF_MIN_BUFFER_SIZE 365 libavcodec/pngenc.c + FF_MIN_BUFFER_SIZE; FF_MIN_BUFFER_SIZE 495 libavcodec/proresenc_anatoliy.c int frame_size = FFALIGN(avctx->width, 16) * FFALIGN(avctx->height, 16)*16 + 500 + FF_MIN_BUFFER_SIZE; //FIXME choose tighter limit FF_MIN_BUFFER_SIZE 498 libavcodec/proresenc_anatoliy.c if ((ret = ff_alloc_packet2(avctx, pkt, frame_size + FF_MIN_BUFFER_SIZE)) < 0) FF_MIN_BUFFER_SIZE 947 libavcodec/proresenc_kostya.c if ((ret = ff_alloc_packet2(avctx, pkt, pkt_size + FF_MIN_BUFFER_SIZE)) < 0) FF_MIN_BUFFER_SIZE 1559 libavcodec/snowenc.c if ((ret = ff_alloc_packet2(avctx, pkt, s->b_width*s->b_height*MB_SIZE*MB_SIZE*3 + FF_MIN_BUFFER_SIZE)) < 0) FF_MIN_BUFFER_SIZE 584 libavcodec/svq1enc.c MAX_MB_BYTES*3 + FF_MIN_BUFFER_SIZE)) < 0) FF_MIN_BUFFER_SIZE 329 libavcodec/tiffenc.c avctx->height * 4 + FF_MIN_BUFFER_SIZE; FF_MIN_BUFFER_SIZE 2056 libavcodec/utils.c if (buf_size < FF_MIN_BUFFER_SIZE) {