Home
last modified time | relevance | path

Searched refs:SANE_CHUNK_SIZE (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dutils.c59 #define SANE_CHUNK_SIZE (50000000) macro
73 * left in file or SANE_CHUNK_SIZE when it is not known. */ in append_packet_chunked()
75 if (read_size > SANE_CHUNK_SIZE/10) { in append_packet_chunked()
77 // If filesize/maxsize is unknown, limit to SANE_CHUNK_SIZE in append_packet_chunked()
79 read_size = FFMIN(read_size, SANE_CHUNK_SIZE); in append_packet_chunked()

Completed in 1 milliseconds