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

Method getCodecName

YUViewLib/src/decoder/decoderFFmpeg.h:74–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 QStringList getLibraryPaths() const override { return ff.getLibPaths(); }
73 QString getDecoderName() const override { return "FFmpeg"; }
74 QString getCodecName() const override { return this->codecName; }
75
76 static QStringList getLogMessages() { return FFmpeg::FFmpegVersionHandler::getFFmpegLog(); }
77

Callers 1

decoderFFmpegMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected