Home
last modified time | relevance | path

Searched refs:end_pad (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
Dmp3dec.c50 int end_pad; member
258 mp3-> end_pad = v&4095; in mp3_parse_info_tag()
261 sti->first_discard_sample = -mp3->end_pad + 528 + 1 + mp3->frames * (int64_t)spf; in mp3_parse_info_tag()
268 av_log(s, AV_LOG_DEBUG, "pad %d %d\n", mp3->start_pad, mp3-> end_pad); in mp3_parse_info_tag()