MCPcopy Create free account
hub / github.com/dirkvdb/ffmpegthumbnailer / getWidth

Method getWidth

libffmpegthumbnailer/moviedecoder.cpp:377–384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

375}
376
377int MovieDecoder::getWidth()
378{
379 if (m_pVideoCodecContext) {
380 return m_pVideoCodecContext->width;
381 }
382
383 return -1;
384}
385
386int MovieDecoder::getHeight()
387{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected