FFmpeg
Data Fields
HWAccel Struct Reference

#include <ffmpeg.h>

Data Fields

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

Detailed Description

Definition at line 66 of file ffmpeg.h.

Field Documentation

◆ name

const char* HWAccel::name

◆ init

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

Definition at line 68 of file ffmpeg.h.

Referenced by get_format().

◆ id

enum HWAccelID HWAccel::id

Definition at line 69 of file ffmpeg.h.

Referenced by add_input_streams(), and get_format().

◆ pix_fmt

enum AVPixelFormat HWAccel::pix_fmt

Definition at line 70 of file ffmpeg.h.


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