Audacity 3.2.0
Public Attributes | List of all members
AVFrame Struct Reference

#include <ffmpeg-2.3.6-single-header.h>

Collaboration diagram for AVFrame:
[legend]

Public Attributes

uint8_t * data [AV_NUM_DATA_POINTERS]
 
int linesize [AV_NUM_DATA_POINTERS]
 
uint8_t ** extended_data
 
int width
 
int height
 
int nb_samples
 
int format
 
int key_frame
 
enum AVPictureType pict_type
 
attribute_deprecated uint8_t * base [AV_NUM_DATA_POINTERS]
 
AVRational sample_aspect_ratio
 
int64_t pts
 
int64_t pkt_pts
 
int64_t pkt_dts
 
int coded_picture_number
 
int display_picture_number
 
int quality
 
attribute_deprecated int reference
 
attribute_deprecated int8_t * qscale_table
 
attribute_deprecated int qstride
 
attribute_deprecated int qscale_type
 
attribute_deprecated uint8_t * mbskip_table
 
int16_t(*[2] motion_val )[2]
 
attribute_deprecated uint32_t * mb_type
 
attribute_deprecated short * dct_coeff
 
attribute_deprecated int8_t * ref_index [2]
 
void * opaque
 
uint64_t error [AV_NUM_DATA_POINTERS]
 
attribute_deprecated int type
 
int repeat_pict
 
int interlaced_frame
 
int top_field_first
 
int palette_has_changed
 
attribute_deprecated int buffer_hints
 
attribute_deprecated struct AVPanScanpan_scan
 
int64_t reordered_opaque
 
attribute_deprecated void * hwaccel_picture_private
 
attribute_deprecated struct AVCodecContextowner
 
attribute_deprecated void * thread_opaque
 
uint8_t motion_subsample_log2
 
int sample_rate
 
uint64_t channel_layout
 
AVBufferRefbuf [AV_NUM_DATA_POINTERS]
 
AVBufferRef ** extended_buf
 
int nb_extended_buf
 
AVFrameSideData ** side_data
 
int nb_side_data
 
int flags
 
enum AVColorRange color_range
 
enum AVColorPrimaries color_primaries
 
enum AVColorTransferCharacteristic color_trc
 
enum AVColorSpace colorspace
 
enum AVChromaLocation chroma_location
 
int64_t best_effort_timestamp
 
int64_t pkt_pos
 
int64_t pkt_duration
 
AVDictionarymetadata
 
int decode_error_flags
 
int channels
 
int pkt_size
 
AVBufferRefqp_table_buf
 
attribute_deprecated int64_t pkt_pts
 
attribute_deprecated uint64_t error [AV_NUM_DATA_POINTERS]
 
AVBufferRefhw_frames_ctx
 
AVBufferRefopaque_ref
 
size_t crop_top
 
size_t crop_bottom
 
size_t crop_left
 
size_t crop_right
 
attribute_deprecated AVBufferRefqp_table_buf
 
AVBufferRefprivate_ref
 
AVRational time_base
 
attribute_deprecated int coded_picture_number
 
attribute_deprecated int display_picture_number
 
attribute_deprecated int64_t reordered_opaque
 
attribute_deprecated uint64_t channel_layout
 
attribute_deprecated int64_t pkt_duration
 
attribute_deprecated int channels
 
AVChannelLayout ch_layout
 
int64_t duration
 
attribute_deprecated int key_frame
 
attribute_deprecated int interlaced_frame
 
attribute_deprecated int top_field_first
 
attribute_deprecated int palette_has_changed
 
attribute_deprecated int64_t pkt_pos
 
attribute_deprecated int pkt_size
 

Detailed Description

Definition at line 1530 of file ffmpeg-2.3.6-single-header.h.

Member Data Documentation

◆ base

attribute_deprecated uint8_t* AVFrame::base[AV_NUM_DATA_POINTERS]

Definition at line 1550 of file ffmpeg-2.3.6-single-header.h.

◆ best_effort_timestamp

int64_t AVFrame::best_effort_timestamp

Definition at line 1651 of file ffmpeg-2.3.6-single-header.h.

◆ buf

AVBufferRef * AVFrame::buf

Definition at line 1628 of file ffmpeg-2.3.6-single-header.h.

◆ buffer_hints

attribute_deprecated int AVFrame::buffer_hints

Definition at line 1608 of file ffmpeg-2.3.6-single-header.h.

◆ ch_layout

AVChannelLayout AVFrame::ch_layout

Definition at line 1896 of file ffmpeg-6.0.0-single-header.h.

◆ channel_layout [1/2]

uint64_t AVFrame::channel_layout

Definition at line 1626 of file ffmpeg-2.3.6-single-header.h.

◆ channel_layout [2/2]

attribute_deprecated uint64_t AVFrame::channel_layout

Definition at line 1838 of file ffmpeg-6.0.0-single-header.h.

◆ channels [1/2]

int AVFrame::channels

Definition at line 1663 of file ffmpeg-2.3.6-single-header.h.

◆ channels [2/2]

attribute_deprecated int AVFrame::channels

Definition at line 1881 of file ffmpeg-6.0.0-single-header.h.

◆ chroma_location

enum AVChromaLocation AVFrame::chroma_location

Definition at line 1649 of file ffmpeg-2.3.6-single-header.h.

◆ coded_picture_number [1/2]

int AVFrame::coded_picture_number

Definition at line 1560 of file ffmpeg-2.3.6-single-header.h.

◆ coded_picture_number [2/2]

attribute_deprecated int AVFrame::coded_picture_number

Definition at line 1815 of file ffmpeg-6.0.0-single-header.h.

◆ color_primaries

enum AVColorPrimaries AVFrame::color_primaries

Definition at line 1643 of file ffmpeg-2.3.6-single-header.h.

◆ color_range

enum AVColorRange AVFrame::color_range

Definition at line 1641 of file ffmpeg-2.3.6-single-header.h.

◆ color_trc

enum AVColorTransferCharacteristic AVFrame::color_trc

Definition at line 1645 of file ffmpeg-2.3.6-single-header.h.

◆ colorspace

enum AVColorSpace AVFrame::colorspace

Definition at line 1647 of file ffmpeg-2.3.6-single-header.h.

◆ crop_bottom

size_t AVFrame::crop_bottom

Definition at line 1651 of file ffmpeg-3.4.8-single-header.h.

◆ crop_left

size_t AVFrame::crop_left

Definition at line 1652 of file ffmpeg-3.4.8-single-header.h.

◆ crop_right

size_t AVFrame::crop_right

Definition at line 1653 of file ffmpeg-3.4.8-single-header.h.

◆ crop_top

size_t AVFrame::crop_top

Definition at line 1650 of file ffmpeg-3.4.8-single-header.h.

◆ data

uint8_t * AVFrame::data

Definition at line 1533 of file ffmpeg-2.3.6-single-header.h.

◆ dct_coeff

attribute_deprecated short* AVFrame::dct_coeff

Definition at line 1587 of file ffmpeg-2.3.6-single-header.h.

◆ decode_error_flags

int AVFrame::decode_error_flags

Definition at line 1659 of file ffmpeg-2.3.6-single-header.h.

◆ display_picture_number [1/2]

int AVFrame::display_picture_number

Definition at line 1562 of file ffmpeg-2.3.6-single-header.h.

◆ display_picture_number [2/2]

attribute_deprecated int AVFrame::display_picture_number

Definition at line 1818 of file ffmpeg-6.0.0-single-header.h.

◆ duration

int64_t AVFrame::duration

Definition at line 1898 of file ffmpeg-6.0.0-single-header.h.

◆ error [1/2]

attribute_deprecated uint64_t AVFrame::error

Definition at line 1594 of file ffmpeg-2.3.6-single-header.h.

◆ error [2/2]

attribute_deprecated uint64_t AVFrame::error[AV_NUM_DATA_POINTERS]

Definition at line 1578 of file ffmpeg-3.4.8-single-header.h.

◆ extended_buf

AVBufferRef ** AVFrame::extended_buf

Definition at line 1630 of file ffmpeg-2.3.6-single-header.h.

◆ extended_data

uint8_t ** AVFrame::extended_data

Definition at line 1537 of file ffmpeg-2.3.6-single-header.h.

◆ flags

int AVFrame::flags

Definition at line 1639 of file ffmpeg-2.3.6-single-header.h.

◆ format

int AVFrame::format

Definition at line 1543 of file ffmpeg-2.3.6-single-header.h.

◆ height

int AVFrame::height

Definition at line 1539 of file ffmpeg-2.3.6-single-header.h.

◆ hw_frames_ctx

AVBufferRef * AVFrame::hw_frames_ctx

Definition at line 1646 of file ffmpeg-3.4.8-single-header.h.

◆ hwaccel_picture_private

attribute_deprecated void* AVFrame::hwaccel_picture_private

Definition at line 1615 of file ffmpeg-2.3.6-single-header.h.

◆ interlaced_frame [1/2]

int AVFrame::interlaced_frame

Definition at line 1601 of file ffmpeg-2.3.6-single-header.h.

◆ interlaced_frame [2/2]

attribute_deprecated int AVFrame::interlaced_frame

Definition at line 1848 of file ffmpeg-7.0.0-single-header.h.

◆ key_frame [1/2]

int AVFrame::key_frame

Definition at line 1545 of file ffmpeg-2.3.6-single-header.h.

◆ key_frame [2/2]

attribute_deprecated int AVFrame::key_frame

Definition at line 1829 of file ffmpeg-7.0.0-single-header.h.

◆ linesize

int AVFrame::linesize

Definition at line 1535 of file ffmpeg-2.3.6-single-header.h.

◆ mb_type

attribute_deprecated uint32_t* AVFrame::mb_type

Definition at line 1584 of file ffmpeg-2.3.6-single-header.h.

◆ mbskip_table

attribute_deprecated uint8_t* AVFrame::mbskip_table

Definition at line 1579 of file ffmpeg-2.3.6-single-header.h.

◆ metadata

AVDictionary * AVFrame::metadata

Definition at line 1657 of file ffmpeg-2.3.6-single-header.h.

◆ motion_subsample_log2

uint8_t AVFrame::motion_subsample_log2

Definition at line 1622 of file ffmpeg-2.3.6-single-header.h.

◆ motion_val

int16_t(*[2] AVFrame::motion_val)[2]

Definition at line 1581 of file ffmpeg-2.3.6-single-header.h.

◆ nb_extended_buf

int AVFrame::nb_extended_buf

Definition at line 1632 of file ffmpeg-2.3.6-single-header.h.

◆ nb_samples

int AVFrame::nb_samples

Definition at line 1541 of file ffmpeg-2.3.6-single-header.h.

◆ nb_side_data

int AVFrame::nb_side_data

Definition at line 1635 of file ffmpeg-2.3.6-single-header.h.

◆ opaque

void * AVFrame::opaque

Definition at line 1592 of file ffmpeg-2.3.6-single-header.h.

◆ opaque_ref

AVBufferRef * AVFrame::opaque_ref

Definition at line 1648 of file ffmpeg-3.4.8-single-header.h.

◆ owner

attribute_deprecated struct AVCodecContext* AVFrame::owner

Definition at line 1618 of file ffmpeg-2.3.6-single-header.h.

◆ palette_has_changed [1/2]

int AVFrame::palette_has_changed

Definition at line 1605 of file ffmpeg-2.3.6-single-header.h.

◆ palette_has_changed [2/2]

attribute_deprecated int AVFrame::palette_has_changed

Definition at line 1854 of file ffmpeg-7.0.0-single-header.h.

◆ pan_scan

attribute_deprecated struct AVPanScan* AVFrame::pan_scan

Definition at line 1611 of file ffmpeg-2.3.6-single-header.h.

◆ pict_type

enum AVPictureType AVFrame::pict_type

Definition at line 1547 of file ffmpeg-2.3.6-single-header.h.

◆ pkt_dts

int64_t AVFrame::pkt_dts

Definition at line 1558 of file ffmpeg-2.3.6-single-header.h.

◆ pkt_duration [1/2]

int64_t AVFrame::pkt_duration

Definition at line 1655 of file ffmpeg-2.3.6-single-header.h.

◆ pkt_duration [2/2]

attribute_deprecated int64_t AVFrame::pkt_duration

Definition at line 1870 of file ffmpeg-6.0.0-single-header.h.

◆ pkt_pos [1/2]

int64_t AVFrame::pkt_pos

Definition at line 1653 of file ffmpeg-2.3.6-single-header.h.

◆ pkt_pos [2/2]

attribute_deprecated int64_t AVFrame::pkt_pos

Definition at line 1892 of file ffmpeg-7.0.0-single-header.h.

◆ pkt_pts [1/2]

attribute_deprecated int64_t AVFrame::pkt_pts

Definition at line 1556 of file ffmpeg-2.3.6-single-header.h.

◆ pkt_pts [2/2]

attribute_deprecated int64_t AVFrame::pkt_pts

Definition at line 1565 of file ffmpeg-3.4.8-single-header.h.

◆ pkt_size [1/2]

int AVFrame::pkt_size

Definition at line 1665 of file ffmpeg-2.3.6-single-header.h.

◆ pkt_size [2/2]

attribute_deprecated int AVFrame::pkt_size

Definition at line 1903 of file ffmpeg-7.0.0-single-header.h.

◆ private_ref

AVBufferRef * AVFrame::private_ref

Definition at line 1691 of file ffmpeg-4.2.4-single-header.h.

◆ pts

int64_t AVFrame::pts

Definition at line 1554 of file ffmpeg-2.3.6-single-header.h.

◆ qp_table_buf [1/2]

AVBufferRef * AVFrame::qp_table_buf

Definition at line 1667 of file ffmpeg-2.3.6-single-header.h.

◆ qp_table_buf [2/2]

attribute_deprecated AVBufferRef* AVFrame::qp_table_buf

Definition at line 1680 of file ffmpeg-4.2.4-single-header.h.

◆ qscale_table

attribute_deprecated int8_t * AVFrame::qscale_table

Definition at line 1570 of file ffmpeg-2.3.6-single-header.h.

◆ qscale_type

attribute_deprecated int AVFrame::qscale_type

Definition at line 1576 of file ffmpeg-2.3.6-single-header.h.

◆ qstride

attribute_deprecated int AVFrame::qstride

Definition at line 1573 of file ffmpeg-2.3.6-single-header.h.

◆ quality

int AVFrame::quality

Definition at line 1564 of file ffmpeg-2.3.6-single-header.h.

◆ ref_index

attribute_deprecated int8_t* AVFrame::ref_index[2]

Definition at line 1590 of file ffmpeg-2.3.6-single-header.h.

◆ reference

attribute_deprecated int AVFrame::reference

Definition at line 1567 of file ffmpeg-2.3.6-single-header.h.

◆ reordered_opaque [1/2]

int64_t AVFrame::reordered_opaque

Definition at line 1613 of file ffmpeg-2.3.6-single-header.h.

◆ reordered_opaque [2/2]

attribute_deprecated int64_t AVFrame::reordered_opaque

Definition at line 1833 of file ffmpeg-6.0.0-single-header.h.

◆ repeat_pict

int AVFrame::repeat_pict

Definition at line 1599 of file ffmpeg-2.3.6-single-header.h.

◆ sample_aspect_ratio

AVRational AVFrame::sample_aspect_ratio

Definition at line 1552 of file ffmpeg-2.3.6-single-header.h.

◆ sample_rate

int AVFrame::sample_rate

Definition at line 1624 of file ffmpeg-2.3.6-single-header.h.

◆ side_data

AVFrameSideData ** AVFrame::side_data

Definition at line 1634 of file ffmpeg-2.3.6-single-header.h.

◆ thread_opaque

attribute_deprecated void* AVFrame::thread_opaque

Definition at line 1620 of file ffmpeg-2.3.6-single-header.h.

◆ time_base

AVRational AVFrame::time_base

Definition at line 1494 of file ffmpeg-5.0.1-single-header.h.

◆ top_field_first [1/2]

int AVFrame::top_field_first

Definition at line 1603 of file ffmpeg-2.3.6-single-header.h.

◆ top_field_first [2/2]

attribute_deprecated int AVFrame::top_field_first

Definition at line 1851 of file ffmpeg-7.0.0-single-header.h.

◆ type

attribute_deprecated int AVFrame::type

Definition at line 1597 of file ffmpeg-2.3.6-single-header.h.

◆ width

int AVFrame::width

Definition at line 1539 of file ffmpeg-2.3.6-single-header.h.


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