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

Method dictSet

YUViewLib/src/ffmpeg/FFmpegVersionHandler.cpp:446–455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

444}
445
446int FFmpegVersionHandler::dictSet(AVDictionaryWrapper &dict,
447 const char * key,
448 const char * value,
449 int flags)
450{
451 AVDictionary *d = dict.getDictionary();
452 int ret = this->lib.avutil.av_dict_set(&d, key, value, flags);
453 dict.setDictionary(d);
454 return ret;
455}
456
457StringPairVec
458FFmpegVersionHandler::getDictionaryEntries(AVDictionaryWrapper d, QString key, int flags)

Callers 1

createDecoderMethod · 0.80

Calls 2

getDictionaryMethod · 0.80
setDictionaryMethod · 0.80

Tested by

no test coverage detected