20 #ifndef CONTAINERFORMAT_H_
21 #define CONTAINERFORMAT_H_
23 #include <com/avpkit/core/IContainerFormat.h>
24 #include <com/avpkit/core/FfmpegIncludes.h>
26 namespace com {
namespace avpkit {
namespace core
38 const char* mimeType);
48 AVInputFormat* getInputFormat();
49 AVOutputFormat* getOutputFormat();
81 AVInputFormat *mInputFormat;
82 AVOutputFormat *mOutputFormat;
ID
These are the codecs this library currently supports.
WARNING: Do not use logging in this class, and do not set any static file variables to values other t...