Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dflac_picture.c45 uint32_t len, left, trunclen = 0; in ff_flac_parse_picture() local
137 trunclen = len - left; in ff_flac_parse_picture()
145 if (trunclen == 0 && len >= buf_size - (buf_size >> 4)) { in ff_flac_parse_picture()
157 if (trunclen == 0) { in ff_flac_parse_picture()
163 if (avio_read(s->pb, data->data + len - trunclen, trunclen) < trunclen) in ff_flac_parse_picture()

Completed in 1 milliseconds