ff_read_timestamp 1866 libavformat/utils.c         ts_max  = ff_read_timestamp(s, stream_index,
ff_read_timestamp 1875 libavformat/utils.c         int64_t tmp_ts  = ff_read_timestamp(s, stream_index,
ff_read_timestamp 1910 libavformat/utils.c         ts_min  = ff_read_timestamp(s, stream_index, &pos_min, INT64_MAX, read_timestamp);
ff_read_timestamp 1961 libavformat/utils.c         ts = ff_read_timestamp(s, stream_index, &pos, INT64_MAX, read_timestamp);
ff_read_timestamp 1990 libavformat/utils.c     ts_min  = ff_read_timestamp(s, stream_index, &pos_min, INT64_MAX, read_timestamp);
ff_read_timestamp 1992 libavformat/utils.c     ts_max = ff_read_timestamp(s, stream_index, &pos_min, INT64_MAX, read_timestamp);