Searched refs:id3_buf (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | hls.c | 150 uint8_t* id3_buf; /* temp buffer for id3 parsing */ member 270 av_freep(&pls->id3_buf); in free_playlist_list() 1228 pls->id3_buf = av_fast_realloc(pls->id3_buf, &pls->id3_buf_size, id3_buf_pos + taglen); in intercept_id3() 1229 if (!pls->id3_buf) in intercept_id3() 1231 memcpy(pls->id3_buf + id3_buf_pos, buf, tag_got_bytes); in intercept_id3() 1241 if (read_from_url(pls, seg, pls->id3_buf + id3_buf_pos, remaining) != remaining) in intercept_id3() 1264 if (pls->id3_buf) { in intercept_id3() 1267 ffio_init_context(&id3ioctx, pls->id3_buf, id3_buf_pos, 0, NULL, NULL, NULL, NULL); in intercept_id3()
|
Completed in 4 milliseconds