World of Might and Magic
0.2.0
Open reimplementation of Might and Magic 6 7 8 game engine
|
См. документацию.
25 #ifndef AVUTIL_FRAME_H
26 #define AVUTIL_FRAME_H
296 #define AV_NUM_DATA_POINTERS 8
425 #if FF_API_ERROR_FRAME
520 #define AV_FRAME_FLAG_CORRUPT (1 << 0)
524 #define AV_FRAME_FLAG_DISCARD (1 << 2)
591 #define FF_DECODE_ERROR_INVALID_BITSTREAM 1
592 #define FF_DECODE_ERROR_MISSING_REFERENCE 2
593 #define FF_DECODE_ERROR_CONCEALMENT_ACTIVE 4
594 #define FF_DECODE_ERROR_DECODE_SLICES 8
677 #if FF_API_FRAME_GET_SET
enum AVPictureType pict_type
attribute_deprecated void av_frame_set_color_range(AVFrame *frame, enum AVColorRange val)
attribute_deprecated void av_frame_set_sample_rate(AVFrame *frame, int val)
enum AVColorTransferCharacteristic color_trc
attribute_deprecated int av_frame_get_sample_rate(const AVFrame *frame)
AVColorTransferCharacteristic
AVRational sample_aspect_ratio
@ AV_FRAME_DATA_QP_TABLE_PROPERTIES
int av_frame_get_buffer(AVFrame *frame, int align)
attribute_deprecated int av_frame_get_pkt_size(const AVFrame *frame)
AVFrameSideData * av_frame_get_side_data(const AVFrame *frame, enum AVFrameSideDataType type)
enum AVColorPrimaries color_primaries
AVFrameSideData * av_frame_new_side_data(AVFrame *frame, enum AVFrameSideDataType type, int size)
@ AV_FRAME_DATA_S12M_TIMECODE
void av_frame_free(AVFrame **frame)
int av_frame_make_writable(AVFrame *frame)
attribute_deprecated int64_t pkt_pts
enum AVColorRange color_range
@ AV_FRAME_DATA_DISPLAYMATRIX
attribute_deprecated int av_frame_get_channels(const AVFrame *frame)
attribute_deprecated int64_t av_frame_get_pkt_pos(const AVFrame *frame)
int av_frame_apply_cropping(AVFrame *frame, int flags)
attribute_deprecated int8_t * av_frame_get_qp_table(AVFrame *f, int *stride, int *type)
AVBufferRef ** extended_buf
const char * av_get_colorspace_name(enum AVColorSpace val)
AVBufferRef * hw_frames_ctx
@ AV_FRAME_DATA_MATRIXENCODING
attribute_deprecated int64_t av_frame_get_pkt_duration(const AVFrame *frame)
struct AVRegionOfInterest AVRegionOfInterest
int display_picture_number
unsigned __int64 uint64_t
AVFrame * av_frame_alloc(void)
attribute_deprecated int qstride
@ AV_FRAME_DATA_AUDIO_SERVICE_TYPE
attribute_deprecated AVDictionary * av_frame_get_metadata(const AVFrame *frame)
AVFrame * av_frame_clone(const AVFrame *src)
attribute_deprecated void av_frame_set_pkt_pos(AVFrame *frame, int64_t val)
attribute_deprecated uint64_t error[AV_NUM_DATA_POINTERS]
GLenum GLuint GLenum GLsizei const GLchar * buf
attribute_deprecated void av_frame_set_metadata(AVFrame *frame, AVDictionary *val)
enum AVColorSpace colorspace
@ AV_FRAME_DATA_SPHERICAL
int av_frame_copy_props(AVFrame *dst, const AVFrame *src)
enum AVFrameSideDataType type
@ AV_FRAME_CROP_UNALIGNED
attribute_deprecated enum AVColorRange av_frame_get_color_range(const AVFrame *frame)
AVActiveFormatDescription
@ AV_FRAME_DATA_ICC_PROFILE
@ AV_FRAME_DATA_MASTERING_DISPLAY_METADATA
attribute_deprecated AVBufferRef * qp_table_buf
AVFrameSideData * av_frame_new_side_data_from_buf(AVFrame *frame, enum AVFrameSideDataType type, AVBufferRef *buf)
EGLImageKHR EGLint EGLint EGLint * stride
attribute_deprecated int av_frame_get_decode_error_flags(const AVFrame *frame)
int64_t best_effort_timestamp
attribute_deprecated void av_frame_set_channel_layout(AVFrame *frame, int64_t val)
attribute_deprecated int8_t * qscale_table
@ AV_FRAME_DATA_REPLAYGAIN
int av_frame_ref(AVFrame *dst, const AVFrame *src)
int av_frame_copy(AVFrame *dst, const AVFrame *src)
int av_frame_is_writable(AVFrame *frame)
void av_frame_remove_side_data(AVFrame *frame, enum AVFrameSideDataType type)
int linesize[AV_NUM_DATA_POINTERS]
attribute_deprecated enum AVColorSpace av_frame_get_colorspace(const AVFrame *frame)
@ AV_FRAME_DATA_SKIP_SAMPLES
@ AV_FRAME_DATA_CONTENT_LIGHT_LEVEL
AVBufferRef * private_ref
attribute_deprecated int qscale_type
attribute_deprecated void av_frame_set_pkt_size(AVFrame *frame, int val)
attribute_deprecated void av_frame_set_decode_error_flags(AVFrame *frame, int val)
void av_frame_move_ref(AVFrame *dst, AVFrame *src)
void av_frame_unref(AVFrame *frame)
GLint GLenum GLsizei GLsizei GLsizei GLint GLsizei const GLvoid * data
@ AV_FRAME_DATA_GOP_TIMECODE
@ AV_FRAME_DATA_DYNAMIC_HDR_PLUS
attribute_deprecated void av_frame_set_channels(AVFrame *frame, int val)
attribute_deprecated int64_t av_frame_get_best_effort_timestamp(const AVFrame *frame)
struct AVDictionary AVDictionary
attribute_deprecated void av_frame_set_best_effort_timestamp(AVFrame *frame, int64_t val)
attribute_deprecated void av_frame_set_colorspace(AVFrame *frame, enum AVColorSpace val)
@ AV_FRAME_DATA_QP_TABLE_DATA
enum AVChromaLocation chroma_location
const char * av_frame_side_data_name(enum AVFrameSideDataType type)
@ AV_FRAME_DATA_REGIONS_OF_INTEREST
@ AV_FRAME_DATA_MOTION_VECTORS
AVBufferRef * av_frame_get_plane_buffer(AVFrame *frame, int plane)
unsigned __int32 uint32_t
AVFrameSideData ** side_data
@ AV_FRAME_DATA_DOWNMIX_INFO
attribute_deprecated int64_t av_frame_get_channel_layout(const AVFrame *frame)
attribute_deprecated int av_frame_set_qp_table(AVFrame *f, AVBufferRef *buf, int stride, int type)
struct AVFrameSideData AVFrameSideData
attribute_deprecated void av_frame_set_pkt_duration(AVFrame *frame, int64_t val)