Audacity 3.2.0
Classes | Macros | Typedefs
AVFrameWrapper.h File Reference
#include <cstdint>
#include "FFmpegTypes.h"
Include dependency graph for AVFrameWrapper.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AVFrameWrapper
 

Macros

#define FF_DECODE_ERROR_INVALID_BITSTREAM   1
 
#define FF_DECODE_ERROR_MISSING_REFERENCE   2
 

Typedefs

typedef struct AVFrame AVFrame
 

Macro Definition Documentation

◆ FF_DECODE_ERROR_INVALID_BITSTREAM

#define FF_DECODE_ERROR_INVALID_BITSTREAM   1

Definition at line 21 of file AVFrameWrapper.h.

◆ FF_DECODE_ERROR_MISSING_REFERENCE

#define FF_DECODE_ERROR_MISSING_REFERENCE   2

Definition at line 22 of file AVFrameWrapper.h.

Typedef Documentation

◆ AVFrame

typedef struct AVFrame AVFrame

Definition at line 19 of file AVFrameWrapper.h.