Go to the source code of this file.
Definition at line 26 of file packet_internal.h.
Prepend created AVPacketList instead of appending.
Definition at line 37 of file packet_internal.h.
Append an AVPacket to the list.
Definition at line 546 of file packet.c.
Referenced by aiff_write_packet(), av_read_frame(), avformat_find_stream_info(), avformat_queue_attached_pictures(), ff_decklink_packet_queue_put(), flac_write_packet(), handle_new_packet(), mov_write_packet(), mov_write_ttml_document_from_queue(), mp3_write_packet(), parse_packet(), and tta_write_packet().
Remove the oldest AVPacket in the list and return it.
Definition at line 595 of file packet.c.
Referenced by av_read_frame(), ff_decklink_packet_queue_flush(), ff_decklink_packet_queue_get(), ff_interleave_packet_per_dts(), ff_read_packet(), flac_queue_flush(), mov_write_ttml_document_from_queue(), mp3_queue_flush(), mxf_interleave_get_packet(), read_frame_internal(), and tta_queue_flush().
Wipe the list and unref all the packets in it.
Definition at line 609 of file packet.c.
Referenced by aiff_deinit(), avformat_free_context(), ff_flush_packet_queue(), flac_deinit(), matroska_parse_laces(), mov_free(), mov_write_ttml_document_from_queue(), mp3_deinit(), and tta_deinit().
Definition at line 622 of file packet.c.
Referenced by X264_frame().