20 #include "IContainerFormat.h"
22 #include "ContainerFormat.h"
24 #include "FfmpegIncludes.h"
26 namespace com {
namespace avpkit {
namespace core
28 IContainerFormat :: ~IContainerFormat()
44 for(AVInputFormat* f = 0;
45 (f = av_iformat_next(f))!=0;
56 for(AVInputFormat* f = 0;
57 (f = av_iformat_next(f))!=0;
73 for(AVOutputFormat* f = 0;
74 (f = av_oformat_next(f))!=0;
85 for(AVOutputFormat* f = 0;
86 (f = av_oformat_next(f))!=0;
static void init()
Internal Only.
WARNING: Do not use logging in this class, and do not set any static file variables to values other t...