Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dmux.c834 PacketList **next_point, *this_pktl; local
838 this_pktl = av_malloc(sizeof(PacketList));
839 if (!this_pktl) {
844 av_free(this_pktl);
849 av_packet_move_ref(&this_pktl->pkt, pkt);
850 pkt = &this_pktl->pkt;
892 s->internal->packet_buffer_end = this_pktl;
895 this_pktl->next = *next_point;
897 st->internal->last_in_packet_buffer = *next_point = this_pktl;