Miam-Player  0.8.0
A nice music player
AVHWFramesConstraints Struct Reference

#include <hwcontext.h>

Public Attributes

enum AVPixelFormatvalid_hw_formats
 
enum AVPixelFormatvalid_sw_formats
 
int min_width
 
int min_height
 
int max_width
 
int max_height
 

Detailed Description

This struct describes the constraints on hardware frames attached to a given device with a hardware-specific configuration. This is returned by av_hwdevice_get_hwframe_constraints() and must be freed by av_hwframe_constraints_free() after use.

Member Data Documentation

◆ max_height

int AVHWFramesConstraints::max_height

◆ max_width

int AVHWFramesConstraints::max_width

The maximum size of frames in this hw_frames_ctx. (INT_MAX if not known / no limit.)

◆ min_height

int AVHWFramesConstraints::min_height

◆ min_width

int AVHWFramesConstraints::min_width

The minimum size of frames in this hw_frames_ctx. (Zero if not known.)

◆ valid_hw_formats

enum AVPixelFormat* AVHWFramesConstraints::valid_hw_formats

A list of possible values for format in the hw_frames_ctx, terminated by AV_PIX_FMT_NONE. This member will always be filled.

◆ valid_sw_formats

enum AVPixelFormat* AVHWFramesConstraints::valid_sw_formats

A list of possible values for sw_format in the hw_frames_ctx, terminated by AV_PIX_FMT_NONE. Can be NULL if this information is not known.


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