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

Method getMetadata

YUViewLib/src/ffmpeg/FFmpegVersionHandler.cpp:488–496  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

486}
487
488AVDictionaryWrapper FFmpegVersionHandler::getMetadata(AVFrameWrapper &frame)
489{
490 AVDictionary *dict;
491 if (this->libVersion.avutil.major < 57)
492 dict = this->lib.avutil.av_frame_get_metadata(frame.getFrame());
493 else
494 dict = frame.getMetadata();
495 return AVDictionaryWrapper(dict);
496}
497
498int FFmpegVersionHandler::seekFrame(AVFormatContextWrapper &fmt, int stream_idx, int64_t dts)
499{

Callers

nothing calls this directly

Calls 2

AVDictionaryWrapperClass · 0.85
getFrameMethod · 0.80

Tested by

no test coverage detected