Lines Matching refs:hint_pkt
410 AVPacket *hint_pkt = mov->pkt;
439 av_packet_unref(hint_pkt);
440 count = write_hint_packets(hintbuf, buf, size, trk, &hint_pkt->dts);
444 hint_pkt->size = size = avio_close_dyn_buf(hintbuf, &buf);
445 hint_pkt->data = buf;
446 hint_pkt->pts = hint_pkt->dts;
447 hint_pkt->stream_index = track_index;
449 hint_pkt->flags |= AV_PKT_FLAG_KEY;
451 ff_mov_write_packet(s, hint_pkt);
454 av_packet_unref(hint_pkt);