avcpp  2.0
Wrapper for the FFmpeg that simplify usage from C++ projects.
Public Member Functions | List of all members
av::v1::AvDeleter Struct Reference

#include <avutils.h>

Public Member Functions

bool operator() (struct SwsContext *&swsContext)
 
bool operator() (struct AVCodecContext *&codecContext)
 
bool operator() (struct AVFrame *&frame)
 
bool operator() (struct AVPacket *&packet)
 
bool operator() (struct AVDictionary *&dictionary)
 

Member Function Documentation

◆ operator()() [1/5]

bool av::v1::AvDeleter::operator() ( struct AVCodecContext *&  codecContext)

◆ operator()() [2/5]

bool av::v1::AvDeleter::operator() ( struct AVDictionary *&  dictionary)

◆ operator()() [3/5]

bool av::v1::AvDeleter::operator() ( struct AVFrame *&  frame)

◆ operator()() [4/5]

bool av::v1::AvDeleter::operator() ( struct AVPacket *&  packet)

◆ operator()() [5/5]

bool av::v1::AvDeleter::operator() ( struct SwsContext *&  swsContext)

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