Home
last modified time | relevance | path

Searched refs:next_startcode (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dnut.h99 uint64_t next_startcode; // stores the next startcode if it has already been parsed but the stream is not seekable member
H A Dnutdec.c855 nut->next_startcode = startcode; in nut_read_header()
871 av_assert0(nut->next_startcode == SYNCPOINT_STARTCODE); in nut_read_header()
1165 uint64_t tmp = nut->next_startcode; in nut_read_packet()
1166 nut->next_startcode = 0; in nut_read_packet()
1209 nut->next_startcode = tmp; in nut_read_packet()

Completed in 3 milliseconds