#include "nut.h"#include "tree.h"Go to the source code of this file.
Functions | |
| void | ff_nut_reset_ts (NUTContext *nut, AVRational time_base, int64_t val) |
| int64_t | ff_lsb2full (StreamContext *stream, int64_t lsb) |
| int | ff_nut_sp_pos_cmp (syncpoint_t *a, syncpoint_t *b) |
| int | ff_nut_sp_pts_cmp (syncpoint_t *a, syncpoint_t *b) |
| void | ff_nut_add_sp (NUTContext *nut, int64_t pos, int64_t back_ptr, int64_t ts) |
| int64_t ff_lsb2full | ( | StreamContext * | stream, | |
| int64_t | lsb | |||
| ) |
| void ff_nut_add_sp | ( | NUTContext * | nut, | |
| int64_t | pos, | |||
| int64_t | back_ptr, | |||
| int64_t | ts | |||
| ) |
| void ff_nut_reset_ts | ( | NUTContext * | nut, | |
| AVRational | time_base, | |||
| int64_t | val | |||
| ) |
| int ff_nut_sp_pos_cmp | ( | syncpoint_t * | a, | |
| syncpoint_t * | b | |||
| ) |
Definition at line 42 of file nut.c.
Referenced by ff_nut_add_sp(), read_seek(), and write_packet().
| int ff_nut_sp_pts_cmp | ( | syncpoint_t * | a, | |
| syncpoint_t * | b | |||
| ) |
1.5.6