MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / FFmpegReader

Method FFmpegReader

src/FFmpegReader.cpp:102–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102FFmpegReader::FFmpegReader(const std::string &path, bool inspect_reader)
103 : FFmpegReader(path, DurationStrategy::VideoPreferred, inspect_reader) {}
104
105FFmpegReader::FFmpegReader(const std::string &path, DurationStrategy duration_strategy, bool inspect_reader)
106 : path(path), pFormatCtx(NULL), videoStream(-1), audioStream(-1), pCodecCtx(NULL), aCodecCtx(NULL),

Callers 1

Example.pyFile · 0.80

Calls 1

SetMaxBytesFromInfoMethod · 0.80

Tested by

no test coverage detected