Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dinternal.h293 int64_t first_discard_sample; member
297 * first_discard_sample. Works on frame boundaries only. Used to prevent
H A Dmp3dec.c261 sti->first_discard_sample = -mp3->end_pad + 528 + 1 + mp3->frames * (int64_t)spf; in mp3_parse_info_tag()
H A Ddemux.c1380 if (sti->first_discard_sample && pkt->pts != AV_NOPTS_VALUE) { in read_frame_internal()
1385 if (duration > 0 && end_sample >= sti->first_discard_sample && in read_frame_internal()
1387 discard_padding = FFMIN(end_sample - sti->first_discard_sample, duration); in read_frame_internal()

Completed in 7 milliseconds