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

Method getExtradata

YUViewLib/src/filesource/FileSourceFFmpegFile.cpp:204–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204QByteArray FileSourceFFmpegFile::getExtradata()
205{
206 // Get the video stream
207 if (!this->video_stream)
208 return {};
209 return this->video_stream.getExtradata();
210}
211
212StringPairVec FileSourceFFmpegFile::getMetadata()
213{

Callers 1

getParameterSetsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected