MCPcopy Create free account
hub / github.com/IENT/YUView / getMetadata

Method getMetadata

YUViewLib/src/ffmpeg/AVFrameWrapper.cpp:195–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195AVDictionary *AVFrameWrapper::getMetadata()
196{
197 assert(this->libVer.avutil.major >= 57);
198 this->update();
199 return this->metadata;
200}
201
202void AVFrameWrapper::update()
203{

Callers 1

runParsingOfFileMethod · 0.45

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected