Home
last modified time | relevance | path

Searched refs:hint_pkt (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
Dmovenchint.c411 AVPacket hint_pkt; in ff_mov_add_hinted_packet() local
440 av_init_packet(&hint_pkt); in ff_mov_add_hinted_packet()
441 count = write_hint_packets(hintbuf, buf, size, trk, &hint_pkt.dts); in ff_mov_add_hinted_packet()
445 hint_pkt.size = size = avio_close_dyn_buf(hintbuf, &buf); in ff_mov_add_hinted_packet()
446 hint_pkt.data = buf; in ff_mov_add_hinted_packet()
447 hint_pkt.pts = hint_pkt.dts; in ff_mov_add_hinted_packet()
448 hint_pkt.stream_index = track_index; in ff_mov_add_hinted_packet()
450 hint_pkt.flags |= AV_PKT_FLAG_KEY; in ff_mov_add_hinted_packet()
452 ff_mov_write_packet(s, &hint_pkt); in ff_mov_add_hinted_packet()