19 #ifndef AVCODEC_PACKET_INTERNAL_H
20 #define AVCODEC_PACKET_INTERNAL_H
#define flags(name, subs,...)
int ff_side_data_set_encoder_stats(AVPacket *pkt, int quality, int64_t *error, int error_count, int pict_type)
int avpriv_packet_list_get(PacketList **head, PacketList **tail, AVPacket *pkt)
Remove the oldest AVPacket in the list and return it.
void avpriv_packet_list_free(PacketList **head, PacketList **tail)
Wipe the list and unref all the packets in it.
int ff_side_data_set_prft(AVPacket *pkt, int64_t timestamp)
int avpriv_packet_list_put(PacketList **head, PacketList **tail, AVPacket *pkt, int(*copy)(AVPacket *dst, const AVPacket *src), int flags)
Append an AVPacket to the list.
This structure stores compressed data.
static void error(const char *err)
static void copy(const float *p1, float *p2, const int length)