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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dhls.c117 int is_id3_timestamped; /* -1: not yet known */ member in struct:playlist
271 pls->is_id3_timestamped = -1;
899 if (pls->is_id3_timestamped == -1)
900 pls->is_id3_timestamped = (pls->id3_mpegts_timestamp != AV_NOPTS_VALUE);
1084 if (just_opened && v->is_id3_timestamped != 0) {
1369 if (pls->is_id3_timestamped == -1)
1384 if (pls->is_id3_timestamped) /* custom timestamps via id3 */
1503 if (pls->is_id3_timestamped)
1541 if (pls->is_id3_timestamped && pls->pkt.stream_index == 0) {

Completed in 40 milliseconds