Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IENT/YUView
/ getKeyFrame
Method
getKeyFrame
YUViewLib/src/ffmpeg/AVFrameWrapper.cpp:189–193 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
187
}
188
189
int AVFrameWrapper::getKeyFrame()
190
{
191
this->update();
192
return this->key_frame;
193
}
194
195
AVDictionary *AVFrameWrapper::getMetadata()
196
{
Callers
1
decodeFrame
Method · 0.80
Calls
1
update
Method · 0.95
Tested by
no test coverage detected