Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dnut.h82 int max_pts_distance; member
H A Dnutenc.c475 put_v(bc, nut->stream[i].max_pts_distance); in write_streamheader()
770 nut->stream[i].max_pts_distance = in nut_write_header()
821 if (FFABS(pkt->pts - nus->last_pts) > nus->max_pts_distance) in get_needed_flags()
H A Dnutdec.c440 stc->max_pts_distance = ffio_read_varlen(bc); in decode_stream_header()
1075 FFABS(stc->last_pts - *pts) > stc->max_pts_distance) { in decode_frame_header()

Completed in 5 milliseconds