FFmpeg  3.4.9
Data Fields
HWAccel Struct Reference

#include <fftools/ffmpeg.h>

Data Fields

const char * name
 
int(* init )(AVCodecContext *s)
 
enum HWAccelID id
 
enum AVPixelFormat pix_fmt
 
enum AVHWDeviceType device_type
 

Detailed Description

Definition at line 74 of file ffmpeg.h.

Field Documentation

◆ name

const char* HWAccel::name

◆ init

int(* HWAccel::init) (AVCodecContext *s)

Definition at line 76 of file ffmpeg.h.

Referenced by get_format().

◆ id

enum HWAccelID HWAccel::id

Definition at line 77 of file ffmpeg.h.

Referenced by add_input_streams(), and get_format().

◆ pix_fmt

enum AVPixelFormat HWAccel::pix_fmt

Definition at line 78 of file ffmpeg.h.

◆ device_type

enum AVHWDeviceType HWAccel::device_type

Definition at line 79 of file ffmpeg.h.

Referenced by hw_device_match_type_by_hwaccel().


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