FFmpeg
Macros | Functions
packet_internal.h File Reference
#include <stdint.h>
#include "packet.h"

Go to the source code of this file.

Macros

#define AVPACKET_IS_EMPTY(pkt)   (!(pkt)->data && !(pkt)->side_data_elems)
 

Functions

int ff_side_data_set_prft (AVPacket *pkt, int64_t timestamp)
 

Macro Definition Documentation

◆ AVPACKET_IS_EMPTY

#define AVPACKET_IS_EMPTY (   pkt)    (!(pkt)->data && !(pkt)->side_data_elems)

Definition at line 26 of file packet_internal.h.

Function Documentation

◆ ff_side_data_set_prft()

int ff_side_data_set_prft ( AVPacket pkt,
int64_t  timestamp 
)

Definition at line 548 of file packet.c.

Referenced by X264_frame().