MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / HardwareDecodeSuccessful

Method HardwareDecodeSuccessful

src/FFmpegReader.cpp:1761–1767  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1759}
1760
1761bool FFmpegReader::HardwareDecodeSuccessful() const {
1762#if USE_HW_ACCEL
1763 return hw_decode_succeeded;
1764#else
1765 return false;
1766#endif
1767}
1768
1769// Check the current seek position and determine if we need to seek again
1770bool FFmpegReader::CheckSeek() {

Callers 1

FFmpegReader.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected