FFmpeg
Loading...
Searching...
No Matches
FrameData Struct Reference

#include <ffmpeg.h>

Data Fields

int64_t dts_est
 
struct { 
 
   uint64_t   frame_num 
 
   int64_t   pts 
 
   AVRational   tb 
 
dec 
 
AVRational frame_rate_filter
 
int bits_per_raw_sample
 
int64_t wallclock [LATENCY_PROBE_NB]
 
AVCodecParameterspar_enc
 
AVFrameSideData ** side_data
 
int nb_side_data
 
AVDictionaryreinit_opts
 
int64_t pkt_pos
 
int pkt_size
 
int64_t duration
 
void * frame_opaque
 
AVBufferRefframe_opaque_ref
 
AVBufferRefhdr10_plus
 
AVBufferRefhdr_smpte2094_app5
 

Detailed Description

Definition at line 704 of file ffmpeg.h.

Field Documentation

◆ dts_est

int64_t FrameData::dts_est

Definition at line 707 of file ffmpeg.h.

Referenced by ist_dts_update(), and of_streamcopy().

◆ frame_num

uint64_t FrameData::frame_num

Definition at line 711 of file ffmpeg.h.

Referenced by enc_stats_write(), frame_data_ensure(), and packet_decode().

◆ pts

int64_t FrameData::pts

◆ tb

AVRational FrameData::tb

Definition at line 714 of file ffmpeg.h.

Referenced by choose_out_timebase(), enc_stats_write(), and packet_decode().

◆ [struct]

struct { ... } FrameData::dec

◆ frame_rate_filter

AVRational FrameData::frame_rate_filter

Definition at line 717 of file ffmpeg.h.

Referenced by close_output(), enc_reopen(), and fg_output_step().

◆ bits_per_raw_sample

int FrameData::bits_per_raw_sample

Definition at line 719 of file ffmpeg.h.

Referenced by enc_reopen(), fg_output_step(), and packet_decode().

◆ wallclock

◆ par_enc

AVCodecParameters* FrameData::par_enc

Definition at line 723 of file ffmpeg.h.

Referenced by dec_standalone_open(), encode_frame(), frame_data_ensure(), and frame_data_free().

◆ side_data

AVFrameSideData** FrameData::side_data

◆ nb_side_data

int FrameData::nb_side_data

◆ reinit_opts

AVDictionary* FrameData::reinit_opts

◆ pkt_pos

int64_t FrameData::pkt_pos

◆ pkt_size

int FrameData::pkt_size

Definition at line 77 of file ffprobe.c.

Referenced by read_interval_packets(), and show_frame().

◆ duration

int64_t FrameData::duration

Definition at line 60 of file librav1e.c.

Referenced by frame_data_apply(), frame_data_submit(), and librav1e_receive_packet().

◆ frame_opaque

void * FrameData::frame_opaque

Definition at line 62 of file librav1e.c.

Referenced by frame_data_apply(), frame_data_submit(), and librav1e_receive_packet().

◆ frame_opaque_ref

AVBufferRef * FrameData::frame_opaque_ref

◆ hdr10_plus

AVBufferRef* FrameData::hdr10_plus

Definition at line 76 of file libvpxenc.c.

Referenced by frame_data_apply(), frame_data_submit(), and frame_data_uninit().

◆ hdr_smpte2094_app5

AVBufferRef* FrameData::hdr_smpte2094_app5

Definition at line 77 of file libvpxenc.c.

Referenced by frame_data_apply(), frame_data_submit(), and frame_data_uninit().


The documentation for this struct was generated from the following files: