Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dhls.c147 int is_id3_timestamped; /* -1: not yet known */ member
330 pls->is_id3_timestamped = -1; in new_playlist()
1271 if (pls->is_id3_timestamped == -1) in intercept_id3()
1272 pls->is_id3_timestamped = (pls->id3_mpegts_timestamp != AV_NOPTS_VALUE); in intercept_id3()
1410 pls->is_id3_timestamped = 0; in update_init_section()
1607 if (just_opened && v->is_id3_timestamped != 0) { in read_data()
1833 if (pls->is_id3_timestamped) /* custom timestamps via id3 */ in set_stream_info_from_input_stream()
2093 if (seg && seg->key_type == KEY_SAMPLE_AES && pls->is_id3_timestamped && in hls_read_header()
2155 if (pls->is_id3_timestamped == -1) in hls_read_header()
2164 if (pls->is_id3_timestamped || (pl in hls_read_header()
[all...]

Completed in 4 milliseconds