Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
195
AVDictionary *AVFrameWrapper::getMetadata()
196
{
197
assert(this->libVer.avutil.major >= 57);
198
this->update();
199
return this->metadata;
200
}
201
202
void AVFrameWrapper::update()
203
{
Callers
1
runParsingOfFile
Method · 0.45
Calls
1
update
Method · 0.95
Tested by
no test coverage detected