avcpp  2.0
Wrapper for the FFmpeg that simplify usage from C++ projects.
Functions
av::internal Namespace Reference

Functions

bool codec_supported (const AVCodecTag *const *codecTag, const FmtCodec &codec)
 
bool codec_supported (const AVCodecTag *const *codecTag, AVCodecID codec_id)
 

Function Documentation

◆ codec_supported() [1/2]

bool av::internal::codec_supported ( const AVCodecTag *const *  codecTag,
AVCodecID  codec_id 
)

◆ codec_supported() [2/2]

bool av::internal::codec_supported ( const AVCodecTag *const *  codecTag,
const FmtCodec codec 
)