#include <nut.h>
Data Fields | |
nut_context_t * | nut |
nut_stream_header_t * | s |
AVFormatContext * | avf |
FrameCode | frame_code [256] |
uint64_t | next_startcode |
stores the next startcode if it has already been parsed but the stream is not seekable | |
StreamContext * | stream |
unsigned int | max_distance |
unsigned int | time_base_count |
int64_t | last_syncpoint_pos |
int | header_count |
AVRational * | time_base |
struct AVTreeNode * | syncpoints |
Definition at line 35 of file libnut.c.
nut_context_t* NUTContext::nut |
Definition at line 36 of file libnut.c.
Referenced by nut_read_close(), nut_read_header(), nut_read_packet(), and nut_read_seek().
nut_stream_header_t* NUTContext::s |
Definition at line 81 of file nut.h.
Referenced by decode_frame(), decode_frame_header(), decode_info_header(), decode_main_header(), decode_stream_header(), decode_syncpoint(), ff_nut_reset_ts(), find_and_decode_index(), nut_read_header(), write_globalinfo(), write_header(), write_headers(), and write_mainheader().
Definition at line 84 of file nut.h.
Referenced by build_frame_code(), decode_frame_header(), decode_main_header(), write_header(), write_mainheader(), and write_packet().
uint64_t NUTContext::next_startcode |
stores the next startcode if it has already been parsed but the stream is not seekable
Definition at line 85 of file nut.h.
Referenced by nut_read_header(), nut_read_packet(), and nut_read_timestamp().
Definition at line 86 of file nut.h.
Referenced by decode_frame(), decode_frame_header(), decode_main_header(), decode_stream_header(), ff_nut_reset_ts(), nut_read_close(), read_seek(), write_header(), write_packet(), and write_streamheader().
unsigned int NUTContext::max_distance |
Definition at line 87 of file nut.h.
Referenced by decode_frame_header(), decode_main_header(), get_needed_flags(), write_header(), write_mainheader(), and write_packet().
unsigned int NUTContext::time_base_count |
Definition at line 88 of file nut.h.
Referenced by decode_main_header(), decode_syncpoint(), put_t(), write_header(), and write_mainheader().
int64_t NUTContext::last_syncpoint_pos |
Definition at line 89 of file nut.h.
Referenced by decode_frame_header(), decode_syncpoint(), nut_read_packet(), nut_read_timestamp(), write_headers(), and write_packet().
Definition at line 90 of file nut.h.
Referenced by write_headers(), write_packet(), and write_trailer().
Definition at line 91 of file nut.h.
Referenced by decode_main_header(), decode_stream_header(), decode_syncpoint(), nut_read_close(), put_t(), write_header(), write_mainheader(), and write_streamheader().
struct AVTreeNode* NUTContext::syncpoints [read] |
Definition at line 92 of file nut.h.
Referenced by ff_nut_add_sp(), read_seek(), and write_packet().