MCPcopy 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
189int AVFrameWrapper::getKeyFrame()
190{
191 this->update();
192 return this->key_frame;
193}
194
195AVDictionary *AVFrameWrapper::getMetadata()
196{

Callers 1

decodeFrameMethod · 0.80

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected