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

Method getCodec

libffmpegthumbnailer/moviedecoder.cpp:114–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114string MovieDecoder::getCodec()
115{
116 if (m_pVideoCodec) {
117 return m_pVideoCodec->name;
118 }
119
120 return "";
121}
122
123static bool isStillImageCodec(AVCodecID codecId)
124{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected