Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dhdsenc.c62 uint8_t *extra_packets[2]; member
92 if (os->nb_extra_packets >= FF_ARRAY_ELEMS(os->extra_packets)) in parse_header()
95 os->extra_packets[os->nb_extra_packets] = av_memdup(buf, size); in parse_header()
96 if (!os->extra_packets[os->nb_extra_packets]) in parse_header()
149 av_freep(&os->extra_packets[j]); in hds_free()
294 AV_WB24(os->extra_packets[i] + 4, start_ts); in init_file()
295 os->extra_packets[i][7] = (start_ts >> 24) & 0x7f; in init_file()
296 avio_write(os->out, os->extra_packets[i], os->extra_packet_sizes[i]); in init_file()

Completed in 2 milliseconds